Unable to change forecolor of exception in visual studio

c#, colors, resharper, visual-studio

Solution

Do you see that color for all exceptions, or just for NotImplementedException?

By default, ReSharper styles those like "TODO" items (Tools | Options | Fonts and Colors | Resharper Todo Item).

If you don't want that, you can go to ReSharper | Options | Tools | To-do Items and remove "Not implemented" from the list.

Problem

I am trying to fix an error in the Resharper Sons of Obsidian Color scheme which highlights the Exceptions as the navy blue that is impossible to read. I have hunted through all the color combinations and cannot appear to isolate the color. I also have VSCommands installed which I have attempted to disable all text processing to remove any highlights it may be doing. Please let me know how to set this to a normal color.

Original source