Martheen
Martheen

Reputation: 5634

Change fonts and colors for C# Interactive Window in Visual Studio 2012 RC with Roslyn June 2012 CTP

The default setting works well for Light Theme, but on dark setting, the default message text stay black (actually the error message text color also stay, but it's red, so it's ok). Basically it looks exactly like in the related question, but in this case I'm using VS 2012.

Related
Is there a way to change fonts and colors for the C# Interactive window in the Roslyn CTP?

Upvotes: 0

Views: 1747

Answers (2)

Michael
Michael

Reputation: 9042

In the June 2012 CTP you can set the C# Interactive Window output fonts & colors using the following under "Text Editor":

Roslyn - Interactive Window Error Output
Roslyn - Interactive Window Output

Input fonts & colors are governed by the normal text editor settings.

Upvotes: 2

Kevin Pilch
Kevin Pilch

Reputation: 11615

We have not done any work to support the dark theme automatically yet, though we do plan to.

In the meantime, there should be entries in Tools/Options/Environment/Fonts and Colors for all of our items, though the names of several have changed since the October CTP.

Upvotes: 2

Related Questions