Reputation: 1866
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
Upvotes: 7
Views: 5549
Reputation: 50269
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.
Upvotes: 3