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 Sep 8, 2024
1 parent 77f6238 commit 020f3f8
Show file tree
Hide file tree
Showing 3 changed files with 2,675 additions and 1 deletion.
12 changes: 11 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.12.0",
"version": "0.13.0",
"repository": "https://github.com/tinted-theming/tinted-vscode",
"publisher": "TintedTheming",
"icon": "assets/tinted-theming-logo.png",
Expand Down Expand Up @@ -408,6 +408,11 @@
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-decaf.json"
},
{
"label": "base16-deep-oceanic-next",
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-deep-oceanic-next.json"
},
{
"label": "base16-default-dark",
"uiTheme": "vs-dark",
Expand Down Expand Up @@ -1393,6 +1398,11 @@
"uiTheme": "vs-dark",
"path": "./themes/base24/base24-chalk.json"
},
{
"label": "base24-deep-oceanic-next",
"uiTheme": "vs-dark",
"path": "./themes/base24/base24-deep-oceanic-next.json"
},
{
"label": "base24-dracula",
"uiTheme": "vs-dark",
Expand Down
Loading

0 comments on commit 020f3f8

Please sign in to comment.