Visual Studio 2010 的深色主题与生产力强大工具
Productivity Power Tools 扩展中出现了很多新功能,我发现许多新功能都带有非常奇怪的颜色组合,很多时候使文本完全难以辨认。我认为这是因为我之前为 Visual Studio 设置了深色主题,并且影响扩展的部分(但不是全部)设置已更改。
在生产力工具扩展发布后,是否有任何好的深色主题被组合在一起,为 VS 和扩展功能创建统一的颜色主题?
澄清:这个问题不是关于代码的配色方案,例如在中找到的配色方案工作室风格。我说的是适用于开发环境本身的配色方案;工具箱、菜单、工具提示、窗口、按钮...
There's a lot of new things going on in the Productivity Power Tools extensions, and I find that many of the new features come with very weird color combinations, that many times make the text completely illegible. I assume this is because I've previously set a dark theme for Visual Studio, and some, but not all, of the settings that affect the extension have been changed.
Are there any good dark themes out there that have been put together after the Productivity Tools Extension was published, that create a unified color theme for both VS and the extension features?
Clarification: This question is not about color schemes for code, such as those found at studiostyles. I'm talking about color schemes that apply to the development environment itself; toolboxes, menus, tooltips, windows, buttons...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我根据 VS 2015 的深色风格创建了一种样式,可以在 VS 2010 上使用。您可以从 VS 2015 的深色风格。
下载后,通过菜单“工具”->“导入”即可导入和导出设置...
There is a style that I've created based on dark style from VS 2015 to use on my VS 2010. You can download this style from Dark Style from VS 2015.
After download it, just import through menu Tools -> Import and Export Settings...
因此,我测试了上述主题,发现在 Visual Studio 中使用生产力强力工具时,它们都没有显示正确的颜色组合。
最终,作为一名黑暗主题的粉丝,我自己创建了一个从 VS2005 到 VS2013 完全支持的主题。
这是屏幕截图
从此处下载此深色主题: Obsidian Meets Visual Studio
要使用此主题,请转到工具 ->;导入和导出设置...->导入选定的环境设置-> (可选保存当前设置)->浏览选择,然后完成。
So, I tested above themes and found out none of them are showing proper color combination when using Productivity Power Tools in Visual Studio.
Ultimately, being a fan of dark themes, I created one myself which is fully supported from VS2005 to VS2013.
Here's the screenshot
Download this dark theme from here: Obsidian Meets Visual Studio
To use this theme go to Tools -> Import and Export Setting... -> import selected environment settings -> (optional to save current settings) -> Browse select and then Finish.
不确定这些是否有帮助,但这可能会让您开始:http://studiostyles.info
我知道该网站所有者一直在逐渐添加功能以支持新的颜色分配,所以也许有一些东西。
Not sure if any of these help, but this might get you started: http://studiostyles.info
I know that the site owner has been gradually adding functionality to allow support for new color assignments, so perhaps there's something there.
您还可以尝试这个方便的在线工具,它会为您生成
.vssettings
文件。Visual Studio 颜色主题生成器
You can also try this handy online tool, which generates
.vssettings
file for you.Visual Studio Color Theme Generator