How can I switch themes in Visual Studio 2012

2019-01-20 22:43发布

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?

10条回答
该账号已被封号
2楼-- · 2019-01-20 22:55

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

查看更多
狗以群分
3楼-- · 2019-01-20 22:56

Tools -> Options ->Environment -> General

Or use new Quick Launch to open Options Use Quick Launch to open Options

enter image description here

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

Look at this video for a demo.

查看更多
啃猪蹄的小仙女
4楼-- · 2019-01-20 22:58

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.

查看更多
来,给爷笑一个
5楼-- · 2019-01-20 22:59

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

查看更多
聊天终结者
6楼-- · 2019-01-20 22:59

Tools--> Options-->General-->Color Theme

查看更多
家丑人穷心不美
7楼-- · 2019-01-20 23:06

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

查看更多
登录 后发表回答