Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change visual studio themes?

I have downloaded a theme from here and want to use it with visual studio. I tried downloading the Visual Studio Color Theme Editor, but it only supports .vstheme files, not the .vssettings extension as provided in the theme.

like image 387
Chris Avatar asked Aug 26 '11 18:08

Chris


People also ask

How do I get themes for Visual Studio?

The easiest way to install a Visual Studio theme is to navigate over to the Extensions option in the menu bar and select Manage Extensions. The next step is to select Visual Studio Marketplace under Online on the left panel. Once done, search for the theme you want and select it in the search results.

Does Visual Studio have themes?

To view your theme after installation, you will need to restart your instance of Visual Studio. Then, navigate to the Tools -> Themes dropdown. This list of themes will include the name of your newly installed theme. Select that theme to apply it to Visual Studio.

Can I customize Vscode theme?

You can customize your active Visual Studio Code color theme with the workbench. colorCustomizations user setting. Note: If you want to use an existing color theme, see Color Themes where you'll learn how to set the active color theme through the Preferences: Color Theme dropdown (Ctrl+K Ctrl+T).


2 Answers

It is explained in the FAQ from StudioStyles :

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.

like image 97
Laurent Avatar answered Oct 06 '22 04:10

Laurent


Tools->Import and Export Settings-> Import selected env…->No, just import…->(Browse to where you saved the file and select it) Next->(Select Options->Environment->Fonts and Colors) Make sure all others are unchecked then click finish.

like image 37
Bepa Avatar answered Oct 06 '22 03:10

Bepa