Brian On Software

Because there is so much MORE to software development than 1’s and 0’s…

Subscribe in a readerSubscribe in a reader Subscribe via emailSubscribe via email

Blessed be the God and Father of our Lord Jesus Christ! According to his great mercy, he has caused us to be born again to a living hope through the resurrection of Jesus Christ from the dead, to an inheritance that is imperishable, undefiled, and unfading, kept in heaven for you, who by God's power are being guarded through faith for a salvation ready to be revealed in the last time. (1 Peter 1:3-5, NIV)

Mar
22
2008

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:

  1. Launch Visual Studio 2005/2008
  2. Go to Tools -> Import and Export Settings…
  3. Click on “Import selected environment settings“, then click on Next
  4. Backup your current settings if you want then click on Next
  5. Click on the Browse… button, select the vssettings file, then click on Open
  6. Finally, click on Finish to activate the scheme

kick it on DotNetKicks.com

Similar posts you might be interested in reading:

Leave a Reply