VS2008 一个IDE配色方案

从网上下载的vs Color theme,怎么也出不了效果,找到了一份颜色代码配置,觉得还可以

Changed the font to Monaco in Environment|Fonts and Colors under "Text Editor" Changed:
  • Plain Text - White
  • Line Numbers - Silver
  • Comments - 213,0,213 (Purpley)
  • Identifier - 253,223,57 (Mustardy)
  • Keyword - 244,122,0 (Orangey)
  • Operator - White
  • String - Lime
  • UserTypes - 179,179,0 (Mustardy)

image

from : http://www.hanselman.com/blog/ChangingYourColorsInVisualStudioNETBlackVersusWhite.aspx

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
配色方案转换为配置文件,需要根据您使用的编辑器或IDE来进行不同的操作。以下是一些常见的编辑器和IDE的操作步骤: 1. Visual Studio Code:在 VS Code 中,您可以在用户设置(settings.json)中添加您的配色方案。打开 VS Code,按下 `Ctrl + ,` 或者在菜单栏中选择“文件”->“首选项”->“设置”,打开用户设置。在 settings.json 中添加以下代码: ``` "workbench.colorCustomizations": { "editor.background": "#1e1e1e", "editor.foreground": "#c8c8c8", "editor.selectionBackground": "#406090", "editor.inactiveSelectionBackground": "#8e8e8e", "editor.selectionHighlightBackground": "#1e90ff", "editor.lineHighlightBackground": "#2e2e2e", "editor.findMatchBackground": "#1e90ff", "editor.referenceHighlightBackground": "#ffff00", "editorBracketMatch.background": "#555555", "editorBracketMatch.border": "#888888", "editorCodeLens.foreground": "#999999", "editorWhitespace.foreground": "#404040" } ``` 2. Visual Studio 2019:在 Visual Studio 2019 中,您可以将配色方案导入到“字体和颜色”设置中。打开 Visual Studio 2019,在菜单栏中选择“工具”->“选项”,打开选项窗口。选择“环境”->“字体和颜色”,单击“导入和导出”按钮,选择您的配色方案文件并导入。 3. Sublime Text:在 Sublime Text 中,您可以在用户设置(Preferences.sublime-settings)中添加您的配色方案。打开 Sublime Text,按下 `Ctrl + ,` 或者在菜单栏中选择“首选项”->“设置”,打开用户设置。在 Preferences.sublime-settings 中添加以下代码: ``` { "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", "theme": "Adaptive.sublime-theme", "font_face": "Consolas", "font_size": 12, "line_padding_bottom": 3, "line_padding_top": 3, "highlight_line": true, "caret_extra_width": 1, "caret_style": "blink", "highlight_modified_tabs": true, "detect_indentation": false, "tab_size": 4, "translate_tabs_to_spaces": true, "use_tab_stops": true, "word_wrap": "auto" } ``` 以上是在一些常见的编辑器和IDE中添加您的配色方案的示例。根据您使用的编辑器或IDE,可能会有所不同。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值