I'm trying to change the color manually to my liking.
Default looks somewhat like this:
<Item Background="0x02000000" BoldFont="No" Foreground="0x008CFAF1" Name="XML Attribute Quotes" />
So I want to change the Foreground, but I don't quite understand the format of the Color Code.
When I search hexadecimal color codes, they're 6 digits. For example: https://peteroupc.github.io/html3dutil/tutorial-colors.html
So Is it right to just add "0x00" in front of that? Seemingly all Colors I want to change start with that anyways. As far as I can tell only exception would be a default value starting with 0x02.
-according to this: .vssettings file (Visual Studio Settings) Color Format
It says 0x02 default down below there