visual-studio Visual Studio 黑色背景?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1409353/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Visual Studio Black Background?
提问by leen3o
I watch a lot of tutorials on the web, expesially ASP.NET tutorials - And constantly notice that everyone seems to have VS set with a black background and yellow/white text?
我在网上看了很多教程,特别是 ASP.NET 教程 - 并且经常注意到每个人似乎都将 VS 设置为黑色背景和黄色/白色文本?
Why is this? and how can I set up my version to look like it?
为什么是这样?以及如何设置我的版本看起来像它?
Thanks
谢谢
回答by Daniel Elliott
It is Rob Conery's TextMatetheme that you want.
这是您想要的Rob Conery 的 TextMate主题。
After Download in Studio ... Tools > Import & export settings and follow the wizard.
在 Studio 中下载后...工具 > 导入和导出设置并按照向导进行操作。
Share and enjoy!
分享和享受!
Edit: Link updated
编辑:链接已更新
回答by M P
For VS2012 : if you want to simply change the default black and white background then ; Go to Tools ->Options -> Environment -> General. Right side pan, you you will see Color theme drop down;select Dark or light in order to get basic black and white background.
对于 VS2012:如果您只想更改默认的黑白背景,那么;转到工具 -> 选项 -> 环境 -> 常规。右侧平移,您将看到颜色主题下拉;选择深色或浅色以获得基本的黑白背景。
if you want to change default color,Font or Font size then you select ; Tools ->Options -> Environment -> Fonts and Colors
如果要更改默认颜色、字体或字体大小,则选择 ; 工具 -> 选项 -> 环境 -> 字体和颜色
回答by Ananda-SteelTownBoy
Now, Visual Studio 2012 supports black theme. To change to black theme :
现在,Visual Studio 2012 支持黑色主题。要更改为黑色主题:
Tools -> Options -> Visual Experience -> Color theme
工具 -> 选项 -> 视觉体验 -> 颜色主题
回答by Khanzor
Check out shanselmans blog article about this, he lists quite a few of them, so pick one you like. Personally, I've got the Monaco font installed, and I love it!
查看 shanselmans关于此的博客文章,他列出了很多,因此请选择您喜欢的一个。就个人而言,我已经安装了 Monaco 字体,我喜欢它!
回答by Sean Stayns
In Visual Studio 2017 you can do the following:
在 Visual Studio 2017 中,您可以执行以下操作:
Tools -> Options.. -> Environment -> General -> Color theme -> Dark -> OK
工具 -> 选项.. -> 环境 -> 常规 -> 颜色主题 -> 深色 -> 确定
回答by Eternal_Hydra
Select : Tools > Options > General > Color Theme > Dark
选择:工具 > 选项 > 常规 > 颜色主题 > 深色
You can also change the font by selecting :
您还可以通过选择更改字体:
Select : Tools > Options > General > Fonts and Colors > ...
选择:工具 > 选项 > 常规 > 字体和颜色 > ...
回答by Samnater
In VS 2015, go to tools>>options>>environment>>general>>dark That's the theme I see most people use, and it feels much better on the eyes.
在VS 2015中,去工具>>选项>>环境>>一般>>黑暗这是我看到大多数人使用的主题,并且感觉眼睛好多了。
回答by codekaizen
I personally find it easier to read, and the colors can have more subtle hues and convey more meaning for me.
我个人觉得它更容易阅读,而且颜色可以有更微妙的色调,并为我传达更多的意义。
I used this scheme to start with: https://web.archive.org/web/20080116232122/http://www.agileprogrammer.com/dotnetguy/archive/2006/09/07/19030.aspx
我用这个方案开始:https: //web.archive.org/web/20080116232122/http: //www.agileprogrammer.com/dotnetguy/archive/2006/09/07/19030.aspx
回答by anishMarokey
you can do this by taking visual studio tools - > options - > font and colors and set what ever you want in font and text.
您可以通过使用 Visual Studio 工具 -> 选项 -> 字体和颜色并在字体和文本中设置您想要的内容来做到这一点。
If you want some background image means : try this tool
如果你想要一些背景图片意味着:试试这个工具
回答by M P
Go to VS -> Tools -> Options. It has list of settings you can change. For changing color; look left side pane and select Fonts and color. You also can change default Item foreground and item background color as your wish from right side pane.
转到 VS -> 工具 -> 选项。它有您可以更改的设置列表。用于改变颜色;查看左侧窗格并选择Fonts and color。您还可以根据需要从右侧窗格更改默认项目前景和项目背景颜色。

