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 Jun 22, 2024
1 parent e484afc commit a499786
Show file tree
Hide file tree
Showing 6 changed files with 7,581 additions and 1 deletion.
27 changes: 26 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.8.0",
"version": "0.9.0",
"repository": "https://github.com/tinted-theming/tinted-vscode",
"publisher": "TintedTheming",
"icon": "assets/tinted-theming-logo.png",
Expand Down Expand Up @@ -823,6 +823,11 @@
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-monokai.json"
},
{
"label": "base16-moonlight",
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-moonlight.json"
},
{
"label": "base16-mountain",
"uiTheme": "vs-dark",
Expand Down Expand Up @@ -933,6 +938,26 @@
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-porple.json"
},
{
"label": "base16-precious-dark-eleven",
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-precious-dark-eleven.json"
},
{
"label": "base16-precious-dark-fifteen",
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-precious-dark-fifteen.json"
},
{
"label": "base16-precious-light-warm",
"uiTheme": "hc-light",
"path": "./themes/base16/base16-precious-light-warm.json"
},
{
"label": "base16-precious-light-white",
"uiTheme": "hc-light",
"path": "./themes/base16/base16-precious-light-white.json"
},
{
"label": "base16-primer-dark-dimmed",
"uiTheme": "vs-dark",
Expand Down
Loading

0 comments on commit a499786

Please sign in to comment.