I have imported a theme, and I have noticed that the color of the value for a key in app.config has not been changed:

Is there any way of editing this?

有帮助吗?

解决方案 2

You should change the XMLAttributeValue setting.

Tools->Options->Environment->Fonts And Colors -> (Text Editor set) XMLAttributeValue

其他提示

Go to

Tools -> Options -> Environment -> Fonts and Colors

and find there

Show Settings For -> Text Editor

Display Items -> XML Attribute Value

Item Foreground -> {choose color you prefer}

If anyone else is running into this issue, it is not because of the Visual Studio settings. It is because of the VSCommands extension. I disabled the extension and Visual Studio took control back of the color settings. Very poor behavior for an extension to override color control, if you ask me. Changing colors when requested is expected, overriding the control is not!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top