How do I make Visual Studio 2012 colors look like Visual Studio 2010?

Visual Studio-2012

Visual Studio-2012 Problem Overview


I'm not a fan of both the dark and light color themes offered in Visual Studio 2012.

How can I change colors of the title bar, menu bar, tool bars, etc to make them look like the ones in Visual Studio 2010?

Visual Studio-2012 Solutions


Solution 1 - Visual Studio-2012

The blue theme has been added back in Visual Studio 2012 Update 2, no extensions required.

http://support.microsoft.com/kb/2797912

enter image description here

Solution 2 - Visual Studio-2012

Download and install the Color Theme Editor Extension 2012 which works with VS2012.

(It allows you to apply a predefined theme or customise the theme for yourself - but you can choose the 'Blue' theme for a VS2010 style)

(edit: Or use the 'Blue' theme that is now built into VS2012 as of Update 2)

Solution 3 - Visual Studio-2012

I wrote a blog post explaining in detail how to make VS 2012 look like VS 2010 as much as possible. I will summarize it here.

  • Replace the new monochrome icons with the old ones and make the menu icons lowercase.

For this you need both the 2010 and 2012 versions installed and the Visual Studio Icon Patcher tool. Start the tool (it's a cmd line application) and enter extract, then inject and finally menus.

enter image description here

It is not exactly like VS2010 but it gets pretty damn close.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJonView Question on Stackoverflow
Solution 1 - Visual Studio-2012Aron CurzonView Answer on Stackoverflow
Solution 2 - Visual Studio-2012Jason WilliamsView Answer on Stackoverflow
Solution 3 - Visual Studio-2012Thomas BoniniView Answer on Stackoverflow