gerane / VSCodeThemes

Themes for Visual Studio Code
200 stars 77 forks source link

Sunburst Theme not selectable #68

Closed JohnPiepersSmits closed 4 years ago

JohnPiepersSmits commented 4 years ago

Since the last update the sunburst theme can not be selected any more. After some debugging I noticed errors in the package.json (in the extension folder) at lines: "name": "theme-sunburst", -> was in uppercase and I changed in contribute.themes the object to: "themes": [ { "label": "Sunburst", "uiTheme": "vs-dark", "path": "./themes/Sunburst.tmTheme" } ]

After this, I could select this theme again! This might work for other themes too.

Seerdon commented 4 years ago

Where is it exacly?

Seerdon commented 4 years ago

OK, I have it, for windows it is in Users/{login}/.vscode folder. Thanks it is working now. Sunburst is the best theme for coding.

JohnPiepersSmits commented 4 years ago

I agree with you! And yes, it was in that folder...

williamengbjerg commented 4 years ago

Works! Thx.