在 Visual Studio 2010 中更改活动/打开文件下拉列表的颜色方案
有什么办法可以改变这个吗?背景或前景色都会有帮助。我的目前几乎无法阅读。
Is there any way to change this? Either the background or the foreground color would help. Mine is pretty much unreadable at the moment.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
安装主题编辑器扩展后,转到主题 >自定义颜色
修改CommandBarMenuBackgroundGradientBegin 和CommandBarMenuBackgroundGradientEnd 的值来更改背景颜色。
文件图标的背景颜色可以使用CommandBarMenuIconBackground更改。
With the Theme Editor extension installed, go to Theme > Customize Colors
Modify the values of CommandBarMenuBackgroundGradientBegin and CommandBarMenuBackgroundGradientEnd to change the background color.
The background color of the file icon can be changed with CommandBarMenuIconBackground.
对于 Visual Studio 的默认外观和感觉,您可以去重置您的环境设置!
工具>导入和导出设置>重置所有设置
,但
您可以使用“Visual Studio 颜色主题编辑器”扩展。单击此处
或者您可以访问 http://www.studiostyl.es/ 并下载您喜欢的任何主题,然后安装在您的计算机上。
顺便说一下,斯科特的这篇文章非常好
单击此处
For Default look and feel of Visual Studio you can go and reset your Environment Settings !
Tools > Import and Export Settings > Reset All Settings
But
You can use "Visual Studio Color Theme Editor" Extension. Click here
or You can go to http://www.studiostyl.es/ and download any theme you like then install on your machine.
by the way this is very nice post from Scott
Click here