Reputation: 114916
It seems to have partially inherited fonts and colors from my current settings, which has made it pretty ugly right now. I looked in fonts and colors but there is no settings for C# Interactive.
Upvotes: 5
Views: 887
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: 1
Reputation: 9855
Disclaimer: I work for Microsoft on the Roslyn team.
We have not done the polish work to create the logical and correct fonts and colors for the C# Interactive Window yet. In this case, the black text in your screenshot should using Text Editor->Plain Text, but it's not. Instead, it's using "Text Editor->Interactive Console - Black". If you change "Text Editor->Interactive Console - Black" to match your "Text Editor->Plain Text" setting, it should look much better.
Upvotes: 7