Unable to change forecolor exceptions in visual studio

I am trying to fix a bug in Resharper Sons of Obsidian Color , which emphasizes Exceptions as dark blue, which is impossible to read. I hunted for all combinations of colors and can not highlight the color.

I also have VSCommands installed, which I tried to turn off all text processing in order to remove all the highlights that can be done.

enter image description here

Please let me know how to set the normal color.

+3
source share
2 answers

Do you see this color for all exceptions or only for NotImplementedException?

ReSharper , "TODO" ( " | | " | -).

, ReSharper | | | " " .

+10

, ReSharper NotImplementedException TODO, ReSharper Todo Item → Foreground :

enter image description here

+1

All Articles