gerane / VSCodeThemes

Themes for Visual Studio Code
200 stars 77 forks source link

Blackboard theme does not work after latest update to VS Code #78

Closed colinrobertbrooks closed 4 years ago

colinrobertbrooks commented 4 years ago

In ".vscode/extensions/gerane.theme-blackboard-0.0.4/package.json", changing contributes.themes as follows makes the theme selectable again:

From

"@{label=Blackboard; uiTheme=vs-dark; path=./themes/Blackboard.tmTheme}"

To

{
   "label": "Blackboard",
   "uiTheme": "vs-dark",
   "path": "./themes/Blackboard.tmTheme"
}

VSC also wants the name to be "theme-blackboard" vs. "Theme-Blackboard".