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 Aug 25, 2024
1 parent d7837dc commit f753be7
Show file tree
Hide file tree
Showing 6 changed files with 5,134 additions and 586 deletions.
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.9.0",
"version": "0.10.0",
"repository": "https://github.com/tinted-theming/tinted-vscode",
"publisher": "TintedTheming",
"icon": "assets/tinted-theming-logo.png",
Expand Down Expand Up @@ -868,6 +868,11 @@
"uiTheme": "hc-light",
"path": "./themes/base16/base16-one-light.json"
},
{
"label": "base16-onedark-dark",
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-onedark-dark.json"
},
{
"label": "base16-onedark",
"uiTheme": "vs-dark",
Expand Down Expand Up @@ -1183,6 +1188,16 @@
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-tender.json"
},
{
"label": "base16-terracotta-dark",
"uiTheme": "vs-dark",
"path": "./themes/base16/base16-terracotta-dark.json"
},
{
"label": "base16-terracotta",
"uiTheme": "hc-light",
"path": "./themes/base16/base16-terracotta.json"
},
{
"label": "base16-tokyo-city-dark",
"uiTheme": "vs-dark",
Expand Down
Loading

0 comments on commit f753be7

Please sign in to comment.