Visual Studio 2015 Sublime Theme

Is there a higher theme for Visual Studio 2015?

For example, for the Visual Studio 2015 Color Theme Editor .

Themes from Studio Styles do not work with Visual Studio 2015.

+5
source share
1 answer

The default color scheme for Sublime Text Monokai is from Wimer Hazenberg, and I'm sure there are several attempts to port it to Visual Studio. I'm not sure if there is a full theme, since Sublime Text has very few user interfaces that can be ported.

Here are a few that I found on the Internet:

  • You can create Monokai (and others) color schemes for Visual Studio using base16-builder

  • There is a Monokai port for downloading Studio Styles.

  • ... and several others available on GitHub

+1
source

Source: https://habr.com/ru/post/1232474/


All Articles