Overview Q & A Rating & Review
Dark & Sexy theme
The Dark theme is a little too colorful to see my code clearly.
So I took the Dark theme and made Comments & Strings duller & darker, and now my code stands out!
My Tweaks
Comments = dull dark green
Strings = dull dark orange
String Escape Chars = different dull dark orange
Cpp Text Editor MEF Items
parameter name = FF-B2-96-C4 (light lavender)
string-escape character = FF-87-6A-39 (brown)
xml doc comment - delimiter = /// <>blah</> = FF-1E-4A-0B (darkest green)
xml doc comment - name = /// <summary > = FF-3E-6C-2C (darker green)
xml doc comment - text = /// my text that I want readable = FF-60-8B-4E (dark green)
xml doc comment - attribute name = /// <param name = FF-3E-6C-2C (darker green)
xml doc comment - attribute quotes = /// <param name="" FF-3E-6C-2C (darker green)
xml doc comment - attribute value = /// <param name="value " FF-CA-20-20 (red)
Text Editor Language Service Items
Comment = FF-60-8B-4E (dark green)
String = FF-87-6A-39 (dark orange)