更改 Web.config 名称属性值的颜色

发布于 2024-11-07 01:07:59 字数 312 浏览 2 评论 0原文

我似乎无法找到在哪里更改 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我纯我任性 2024-11-14 01:07:59

如果您安装了 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

恬淡成诗 2024-11-14 01:07:59

使用“字体和颜色”列表中的XML 名称属性。

Use XML Name property in the Fonts and Colors list.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文