The Dark Side Revisited - Alternative Color Themes for Visual Studio
Programming, Visual Studio Add commentsDevelopers have been experimenting with darker color schemes for Visual Studio, aiming to port their beloved Textmate or Vim environment to other IDEs including VS.
The Textmate Vibrant Ink theme was ported for Visual Studio and recently improved. Zenburn was ported from Vim to Visual Studio.
Collections of other dark color themes can be found here, here, and here. Some like them, some don’t.
I was in the latter group until recently. That was when I came across the Aloha scheme for Netbeans 6, which is based on the work of Carmelyne Thompson inspired by the RubyRobot scheme for Textmate.
I find the colors very enchanting so I went ahead and created an approximation of the Aloha theme for Visual Studio. I made the following changes:
- Changed the font to Consolas 10 from Monaco 12. You can download the “original” Monaco font for Windows here.
- Changed the green (102,153,51) strings to a light blue (191,191,255).
Please note that this a just and approximation and not an exact port for every language. Then again, why should it be? You can tweak the settings yourself quite easily in Options>Environment>Fonts and Colors.
Here’s a screen shot:
You can download the vssettings file and import it in Tools>Import and Export Settings…
In Visual Studio 2005 you will get a message similar to this:
Simply open the file in Notepad and replace
<ApplicationIdentity version=”9.0″/>
with
<ApplicationIdentity version=”8.0″/>
and it should import just fine.
One more thing: When you export the font and color settings, deselect all settings first and then just select Options>Environment>Fonts and Colors, so that the Export dialog looks like so:
Enjoy!
March 12th, 2008 at 8:10 am
Oh nice! A visual studio port. I don’t exactly remember which theme inspired that color scheme. Someone else said it was Vibrant Ink but it’s really not and neither was it RubyRobot. I’m not trying to correct anyone but if I remember which theme it is I will give a shout out to the theme author!
March 12th, 2008 at 6:01 pm
The VS theme looks great! The darker themes are easier on the eyes rather than having a white background blasting into your retinas. Coming from a terminal, vi, no color based style of development… all these great themes seem to make the code more interesting than before…
September 29th, 2008 at 3:29 pm
i really like the color scheme, however the “download the vssettings file” link is dead.
Can somebody please update the link?
October 5th, 2008 at 3:26 pm
@tabish: Thanks for the heads-up. It was probably the “smart” new security settings of the IIS7 (Microsoft) web server not allowing the .vssettings file extension. I moved the settings to a zip file and updated the link. Thanks again!
October 29th, 2008 at 3:54 am
Thanks dirk, it looks great!