Mike-E
Mike-E

Reputation: 2475

ReSharper 2016.3 and Solarized Color Theme

I have installed the Visual Studio 2015 Color Theme Editor and am trying to utilize the Solarized Theme using ReSharper 2016.3.

However, they do not seem to be playing nicely with each other. Here is a screenshot of what I see with ReSharper enabled:

ReSharper enabled

Here is the same file with ReSharper disabled:

ReSharper disabled

Is there a consideration I am overlooking here? I tried this suggestion but it did not work.

Upvotes: 1

Views: 457

Answers (1)

GSIO01
GSIO01

Reputation: 501

ReSharper comes with it own colorizer which ovrrides some but not all colors. These colors can be configured under Tools -> Options -> Environment -> Fonts and Colors. All ReSharper related colors start with ReSharper as prefix (e.g. ReSharper Class Idendifier is the color used for class identifiers).

Another option would be to turn off colorization of ReSharper: ReSharper -> Options -> Code Inspection -> Settings -> Color identifiers

Upvotes: 1

Related Questions