Skip to content

Commit

Permalink
feat: vue and angular themes have been registered
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfalconmx committed Jul 15, 2024
1 parent 43cd780 commit 26b41d2
Show file tree
Hide file tree
Showing 4 changed files with 3,636 additions and 4 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publisher": "luisfalconmx",
"license": "MIT",
"author": "luisfalconmx",
"version": "1.4.0",
"version": "1.5.0",
"engines": {
"vscode": "^1.50.0"
},
Expand Down Expand Up @@ -61,9 +61,19 @@
"contributes": {
"themes": [
{
"label": "Falcon Theme",
"label": "Falcon - React Theme",
"uiTheme": "vs-dark",
"path": "./theme/falcon-theme.json"
"path": "./theme/react-theme.json"
},
{
"label": "Falcon - Vue Theme",
"uiTheme": "vs-dark",
"path": "./theme/vue-theme.json"
},
{
"label": "Falcon - Angular Theme",
"uiTheme": "vs-dark",
"path": "./theme/angular-theme.json"
}
]
}
Expand Down
Loading

0 comments on commit 26b41d2

Please sign in to comment.