The Visual Studio Color Theme Editor is a great extension for Visual Studio 2010 that you can use to try and apply various themes in the IDE. The theme only changes the chrome or area of ββthe IDE window.
To change the display of the code, you must still play the settings in the Fonts and Colors dialog box or import the settings from the .vssettings
file. (A variety of styles are available in StudioStyles ).
All editors now allow the programmer to try or switch between different styles on the code with a click (for example, the magnificent Sublime Text ). Is there a Visual Studio extension or an external tool that makes it easy to apply and play with different styles? If not, is there any trick to easily or simply switch between different styles? I found that viewing the Import Options dialog box is quite cumbersome.
source share