leddt / visualstudio-colors-solarized

Visual Studio color schemes based on https://github.com/altercation/solarized
MIT License
713 stars 203 forks source link

Support visualstudio 2019 #50

Open erikmourits opened 5 years ago

erikmourits commented 5 years ago

Importing the settings into the preview version of visual studio 2019 doesn't seem to have any effect.

astrolemonade commented 5 years ago

Yes,bring support to Visual Studio 2019

butcher211 commented 3 years ago

You need to be creative as devs :P

Here is one quick and dirty workaround:

  1. Download the settings file for VS 2017
  2. Change <ApplicationIdentity version="15.0"/> to <ApplicationIdentity version="16.0"/>
  3. Have fun continuing with the README file's tutorial.

But I'm sure there must be more values in the XML file adjusted for full-feature support and not only the app version.