了解如何改变 Visual Studio 的颜色主题、字体颜色、文本大小、高对比度颜色等,以提高使用的便利性并满足无障碍需求。
如果使用新颜色存储笔或画笔,则必须AdviseBroadcastMessages(从 Visual Studio shell 中关闭)并侦WM_SYSCOLORCHANGE听和WM_THEMECHANGED消息。 若要在本机代码中访问颜色服务,需要进行类似于下面的调用: pUIShell2->GetVSSysColorEx(VSCOLOR_COLOR_NAME, &rgbLOCAL_COLOR); ...
在“Visual Studio库”中搜索“theme Editor”,第一个结果就是“Visual Studio 2015 Theme Editor”,下载安装就可以了。 默认主题 安装完成后,重启VS2015就可以看到装好的插件,它提供了11种默认的主题颜色: 我们还可以在“工具”—“Change Color Theme”选项中修改主题: 比如选择一个养眼的绿色背景,效果就是这样:...
如果儲存畫筆或筆刷與新的色彩,您 AdviseBroadcastMessages (離開 Visual Studio shell),並接聽 WM_SYSCOLORCHANGE 和 WM_THEMECHANGED 訊息。複製 // To access the color service in native code, you'll make a call that resembles this: pUIShell2->GetVSSysColorEx(VSCOLOR_COLOR_NAME, &rgbLOCAL_COLOR...
并会在 “工具” 菜单下找到 “Change Color Theme” 子菜单和 “Customize Colors” 子菜单。 工具中的新菜单 已经安装的主题 切换主题 从上图中可以看到,安装完后,默认已经提供了9种样式(Light、Black和Blue都已经成为Visual Studio 2012的原生主题样式),直接单击就可以快速切换主题。
并会在 “工具” 菜单下找到 “Change Color Theme” 子菜单和 “Customize Colors” 子菜单。 工具中的新菜单 已经安装的主题 切换主题 从上图中可以看到,安装完后,默认已经提供了9种样式(Light、Black和Blue都已经成为Visual Studio 2012的原生主题样式),直接单击就可以快速切换主题。
并会在 “工具” 菜单下找到 “Change Color Theme” 子菜单和 “Customize Colors” 子菜单。 工具中的新菜单 已经安装的主题 切换主题 从上图中可以看到,安装完后,默认已经提供了9种样式(Light、Black和Blue都已经成为Visual Studio 2012的原生主题样式),直接单击就可以快速切换主题。
You can customize the color of the IDE frame and tool windows in Visual Studio in several ways. 提示 For information about how to change the colors of the code editor, see How to: Change Fonts and Colors in the Editor. Change the Color Theme of the IDE On the menu bar, choose Tools...
First, you see a seriously cool color scheme on someone's screen or at the Studio Styles site: Getting the Goods On Someone's Computer Now that you see what you like, get them to export their Fonts and Colors. Go to Tools -> Import and Export Settings: ...
VSColorOutput can change the color of a line emitted to the output window based on specified rules. The rules consist of regular expressions. Rules map to classifications which in turn map to colors. (More information) The default patterns will color build errors in red, warnings in yellow/go...