在 Visual Studio 2013 Pro 中加载自定义主题

Load custom theme in Visual Studio 2013 Pro

我想在 VS 2013 中加载 Zenburn 主题。

我已经安装了 Visual Studio 2013 Color Theme Editor,它预装了一些默认主题,但是 none 其中包括 Zenburn 主题(我已经习惯了 np++ 和 webstorm)。

我找到了 zenburn 主题 here,它指出它适用于 vs 2012 和 2013,但文件格式为“.vssettings”,Color Theme Editor 插件无法识别。

有什么方法可以将 .vssettings 主题加载到 VS 2013 中,甚至是颜色主题编辑器的有效 Zenburn 主题?

要从 studiostyl.es just follow the instructions from the faq 安装主题:

I can't open the .vssettings theme file I downloaded. What do I do with it?

You need to import the settings into Visual Studio. This might look like a lot of work, but it's pretty easy after you do it a couple of times.

  1. In Visual Studio, choose Tools > Import and Export Settings
  2. Choose Import Selected Environment Settings and select whether you want to back up your existing settings or not
  3. Click Browse... to choose the file you downloaded.
  4. You get a choice which settings you want to import - choose all of them since the file only contains color settings and won't touch your other VS settings.
  5. Click Finish and you'll see the new colors.

Note: if you save the file to My Documents Visual Studio 2010 > Settings, you'll have quick access to choose the settings file in step 3 above.