Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

The Visual Studio 2012 offers two themes, Light and Dark. I want to switch the theme to Dark, but I'm not able to find any menus or options to do that.

I found out a way importing settings from:

Microsoft Visual Studio 11.0\Common7\IDE\ FontsAndColorsThemes\1ded0138-47ce-435e-84ef-9ec1f439b749.vssettings

and the code editor is now in Dark theme but other windows are still in Light theme such as the Solution Explorer, Toolbox, and Toolbars.

What should I do to switch themes?

share|improve this question

6 Answers

up vote 216 down vote accepted

In Visual Studio 2012, open the Options dialog (Tools -> Options). Under Environment -> General, the first setting is "Color theme." You can use this to switch between Light and Dark.

The shell theme is distinct from the editor theme--you can use any editor fonts and colors settings with either shell theme.

O hai!

There is also a Color Theme Editor extension that can be used to create new themes.

share|improve this answer
1  
Is it still possible to use the light UI but the dark theme editor. I haven't figured out a way yet. I used this method before but that doesn't work in the RC. codepolice.net/… – Stuck Jun 26 '12 at 6:47
3  
With the dark theme, many of the little icons looks uglier than a pig's arse because there are little white jagged halos around them. I found using the windows 7 magnifier to invert all colors looks nicer, unix terminal reverse style: wikihow.com/Invert-Colors-on-Windows-7 – Nick A Miller Jul 16 '12 at 2:03
6  
@NickAMiller: The halos were a known issue with the Release Candidate. The final RTM release of Visual Studio 2012 does not exhibit this problem. – James McNellis Aug 18 '12 at 17:35
Update 2 in Visual Studio 2012 brings the blue color theme, which is similar to Visual Studio 2010 default. – Aki May 7 at 12:49

For extra themes, including making VS 2012 look like VS 2010 see:
http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05

share|improve this answer
thanks default theme too bad – MonsterMMORPG Feb 24 at 22:26

Download Microsoft Visual Studio 2012 Color Theme Editor for more themes including good old VS2010 theme.

Use Quick Launch to open Options Use Quick Launch to open Options

Or Tools -> Options

enter image description here

Look at this video for a demo.

share|improve this answer

Slightly off topic, but for those of you that want to modify the built-in colors of the Dark/Light themes you can use this little tool I wrote for Visual Studio 2012.

More info here:

Modify Visual Studio 2012 Dark (and Light) Themes

Source Code

share|improve this answer

In Windows 8, the selection of "Color theme" is disabled. It says "Visual Studio is currently using software rendering. Hardware-accelerated rendering is currently not available."

share|improve this answer

Try the steps in here: If you don't have Visual Studio 2010 installed, some icons are provided.

http://supunlivera.blogspot.com/2012/09/visual-studio-2012-theme-change-get-vs.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.