Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Visual Studio 2013 Summary Tag Color on Dark Theme

When I have the Blue Theme on VS2013, the summary shows as:

Summary on Blue Theme

But when I change to my preferred theme, the Dark theme, the summary tag becomes all green:

Summary on Dark Theme

I like the grayed out version, since it gives more attention to the summary's text, instead of the tag itself, I just can't find how to change it on the Dark theme... any ideas? (I tried the color theme editor, but didn't help much).

like image 481
Michel Feinstein Avatar asked May 06 '15 08:05

Michel Feinstein


3 Answers

In Visual Studio 2015, the following will change the slashes, summary tag, and description:

XML Doc Comments - Delimiter

XML Doc Comments - Name

XML Doc Comments - Text

like image 131
James in Indy Avatar answered Sep 28 '22 21:09

James in Indy


have a look at:

Tools => Options => Environment => Fonts and Colors => Text Editor => XML Doc Tag

Hope it helps :)

like image 43
Dirk Gwiasda Avatar answered Sep 28 '22 21:09

Dirk Gwiasda


The above answer didn't work for me with VS 2015.

But this did the trick:
Tools => Options => Environment => Fonts and Colors => Text Editor => XML Doc Comment - Name
Change the foreground color.
Note: This changes the color of 'summary' tag only. You can play around with other XML Doc Comment items to suit you preferences.

like image 41
ThePatelGuy Avatar answered Sep 28 '22 21:09

ThePatelGuy