gerane / VSCodeThemes

Themes for Visual Studio Code
200 stars 77 forks source link

Brogrammer theme doesn't work on lates VS Code update #75

Closed ArturoEsqCR closed 4 years ago

ArturoEsqCR commented 4 years ago

Brogrammer theme doesn't show up on color theme list

ManuLEM commented 4 years ago

Found a way to fix here https://github.com/gerane/VSCodeThemes/issues/68#issue-507675883 Basically, in the package.json of the theme (in ~/.vscode/extensions/gerane.theme-brogrammer-0.1.2/), you need to convert the contributes.themes value to :

[
  {
    "label": "Brogrammer",
    "uiTheme": "vs-dark",
    "path": "./themes/Brogrammer.tmTheme"
  }
]
cjones26 commented 4 years ago

Looks like a Powershell script was used to update each theme, and it was done incorrectly :).