Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Port color theme from visual studio code to visual studio

As part of the standard install Visual Studio Code comes with a color theme named "Monokai Dimmed".

Is there as way to port this to Visual Studio 2015? I've checked the community themes (http://studiostyl.es/schemes) and i can't find it listed there.

Thanks in advance

like image 496
alexs Avatar asked Mar 17 '16 11:03

alexs


People also ask

How do I import a color theme into 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.


Video Answer


1 Answers

Themes are build very differently in Visual Studio and Visual Studio Code, so it will need to be manually converted. I'm not aware of an existing converter but Visual Studio Code uses the TextMate .tmTheme (.plist) format for themes.

Related: it's been requested for VSCode to import VS themes.

like image 126
Daniel Imms Avatar answered Oct 28 '22 20:10

Daniel Imms