Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extracting visual studio theme?

I want to save my theme out of visual studio so that if(when) i need to reformat my computer my theme is available for use. How can i do that?

like image 935
RCIX Avatar asked Oct 05 '09 09:10

RCIX


People also ask

How do I get Visual Studio themes?

Here's how to change the color theme of the IDE frame and the tool windows in Visual Studio. On the menu bar, choose Tools > Options. In the options list, choose Environment > General. In the Color theme list, choose either the default Dark theme, the Light theme, the Blue theme, or the Blue (Extra Contrast) theme.

Where are Visual Studio themes stored?

Windows %USERPROFILE%\. vscode\extensions. macOS ~/. vscode/extensions.

How do I download Visual Studio theme codes?

You can install themes in Visual Studio Code in two main ways. You can either visit the marketplace and select the theme you want to download, or you can search in VSCode IDE. You can also open the picker using the keyboard shortcut “Ctrl+K Ctrl+T.”

Where are VS Code themes saved?

The building blocks of a theme This place, in macOS, OSX or Linux is in the ~/. vscode/extensions directory while in Windows it should be in %USERPROFILE%\. vscode\extensions .


1 Answers

If you want to only save the theme, On Visual Studio 2012*, you can go to: Tools->Customize Colors. Hover over your custom theme and click on "Edit Theme" (pencil icon). On the top bar you will find the option "Export Theme"

I think this could be the same on VS2010 if you have Visual Studio Color Theme Editor installed

like image 114
josedbaez Avatar answered Oct 21 '22 13:10

josedbaez