Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change color of links in NUnit Test Runner in Resharper

I prefer to use the dark theme in Visual Studio, but one source of annoyance is the links in Resharper's nUnit Test Runner. I've looked everywhere, but I can't seem to find the option to change to get them to display properly.

Specifically, this the Unit Test Session window, the Output tab, when you have a stack trace and it has a link on it, it currently appears in the default dark blue, which is fine on a white/grey background...however on the black background, it looks horrible and is near impossible to read.

Does anyone know the option to change the color of that link?

like image 397
Brian Deragon Avatar asked May 19 '15 15:05

Brian Deragon


2 Answers

There are three settings relevant to stack trace hyperlinks. Resharper hyperlinks the type, method and physical path on disk. The relevant settings under Tools -> Options -> Environment -> Fonts and Colours are:

  • Type hyperlink - Stack Trace Type
  • Method hyperlink - Stack Trace Method
  • Physical path hyperlink - Stack Trace Path

Visual Studio Colour Option for Stack Traces

Edit: Resharper Ultimate 2016.2 seems to have renamed these to include "Resharper" prefix:

Visual Studio Colour Option for Stack Traces (Reshaper 2016.2)

like image 168
Spud Avatar answered Oct 20 '22 13:10

Spud


Have you tried changing the ReSharper Hyperlink colour under Visual Studio->Options...->Environment->Fonts and Colors ?

enter image description here

like image 39
Piers Myers Avatar answered Oct 20 '22 14:10

Piers Myers