Saturday, September 3, 2011

Visual Studio Themes - Dark Background

If you are using a mild VS theme which has a grey background and light brown text:

you may have problems with some html tags having the same color as its text.  You need to change the "default" color 0x020000000 to your desired color.
http://www.hanselman.com/blog/ChangingYourColorsInVisualStudioNETBlackVersusWhite.aspx

The standard options to look out for are options-fonts->

  • Razor
  • Plain Text
  • Line Numbers
  • Comments
  • Identifier
  • Keyword
  • Operator
  • String
  • UserTypes

No comments:

Post a Comment