My Visual Studio 2008/Resharper Theme
A while back, Scott Hanselman published a post on “Visual Studio Programmer Themes Gallery“. It never occurred to me the idea that maybe a darker scheme could be better for my eyes. That same afternoon, I started to play with some fonts and colors, and came up with the following scheme. This Visual Studio theme is highly inspired from John Lam’s elegant “Vibrant Ink Port” and the Resharper style is based on my own Canadian taste. Actually, if you don’t have Resharper installed, the fallback theme will be a slightly modified version of the “Vibrant Ink Port” scheme.
Click here to download this Visual Studio 2008/Resharper theme. I have only exported the “Font And Colors” options so that you can still keep your other settings. If you’re using Visual Studio 2005, edit the file with your favourite XML editor and change the ApplicationIdentity’s version to 8.0.
Figure 1. A sample of C# code’s “look and feel” with the theme.

Figure 2. A sample of XAML code’s “look and feel” with the theme.

To import the settings, follow these simple steps:
-
Launch Visual Studio 2005/2008
-
Go to Tools -> Import and Export Settings…
-
Click on “Import selected environment settings“, then click on Next
-
Backup your current settings if you want then click on Next
-
Click on the Browse… button, select the vssettings file, then click on Open
-
Finally, click on Finish to activate the scheme
Similar posts you might be interested in reading:
- Better Modelling with the Visual Studio Class Designer
- It is here! ReSharper 4.0!
- ReSharper 4.0 BETA Is Here!
- Integrating Enterprise Library 3.1 Configuration Tool in Visual Studio 2008
- Go to your project’s output directory directly by using Windows Explorer as an External Tool (Visual Studio)
- Using the “Source Control – Team Foundation” toolbar to perform common TFS operations on the current document within Visual Studio
- Part II: Setting Up Our Build Server With TeamCity
Leave a comment