Skip to content

Commit

Permalink
Update with the latest colorschemes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinted-theming-bot committed Mar 31, 2024
1 parent 5b5e097 commit 63c301e
Show file tree
Hide file tree
Showing 4 changed files with 4,191 additions and 1 deletion.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "base16-tinted-themes",
"displayName": "Tinted VSCode",
"description": "Choose from over 250 Tinted Themes",
"version": "0.5.0",
"version": "0.6.0",
"repository": "https://github.com/tinted-theming/tinted-vscode",
"publisher": "TintedTheming",
"icon": "assets/tinted-theming-logo.png",
Expand Down Expand Up @@ -1088,6 +1088,11 @@
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-spacemacs.json"
},
{
"label": "base16-sparky",
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-sparky.json"
},
{
"label": "base16-standardized-dark",
"uiTheme": "vs-dark",
Expand Down Expand Up @@ -1178,6 +1183,11 @@
"uiTheme": "hc-light",
"path": "./themes/base16/base16-tokyo-night-light.json"
},
{
"label": "base16-tokyo-night-moon",
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-tokyo-night-moon.json"
},
{
"label": "base16-tokyo-night-storm",
"uiTheme": "vs-dark",
Expand Down Expand Up @@ -1382,6 +1392,11 @@
"label": "base24-one-light",
"uiTheme": "hc-light",
"path": "./themes/base24/base24-one-light.json"
},
{
"label": "base24-sparky",
"uiTheme": "vs-dark",
"path": "./themes/base24/base24-sparky.json"
}
]
}
Expand Down
Loading

0 comments on commit 63c301e

Please sign in to comment.