更改 Web.config 名称属性值的颜色
我似乎无法找到在哪里更改 web.config 中 name 属性值的颜色。默认情况下,它是深蓝色的,这使得使用“Son of Obsidion”和“Code Anxiety”等主题难以阅读。我更改了“XML 关键字”的颜色,我认为它是,但颜色仍然没有改变。
示例:
<behavior name="Default">
<serviceMetadata httpGetEnabled="true"/>
</behavior>
在这种情况下,“默认”值的颜色保持深蓝色。有什么建议吗?
I cannot seem to find where to change the color of value for the name attribute in the web.config. By default it's a dark blue which makes it hard to read using themes like Son of Obsidion and Code Anxiety. I changed the color for "XML Keyword" which I thought it was but the color still does not change.
Example:
<behavior name="Default">
<serviceMetadata httpGetEnabled="true"/>
</behavior>
In this case the color of the value "Default" stays dark blue. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您安装了 VSCommands,那么它是字体和颜色设置中的 VSCommands.Xml.KeyAttribute。
这是通过突出显示关键属性功能来完成的,该功能突出显示名称、id、guid 和 key 等属性。您可以从工具 | 完全禁用它。 VS 命令 |选项|文本编辑器 | XML
If you have VSCommands installed then it's VSCommands.Xml.KeyAttribute in Fonts and Colors settings.
This is done by Highlight Key Attributes feature which highlights attributes such as name, id, guid and key. You can disable it completely from Tools | VSCommands | Options | Text Editor | Xml
使用“字体和颜色”列表中的XML 名称属性。
Use XML Name property in the Fonts and Colors list.