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 Jan 21, 2024
1 parent a5a01bf commit d2a18ab
Show file tree
Hide file tree
Showing 4 changed files with 4,549 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": "Base16 Tinted Themes",
"description": "Choose from over 250 Tinted Themes",
"version": "0.2.1",
"version": "0.3.1",
"repository": "https://github.com/tinted-theming/base16-vscode",
"publisher": "TintedTheming",
"icon": "assets/tinted-theming-logo.png",
Expand Down Expand Up @@ -781,6 +781,16 @@
"uiTheme": "vs-dark",
"path": "./themes/base16-material.json"
},
{
"label": "base16-measured-dark",
"uiTheme": "vs-dark",
"path": "./themes/base16-measured-dark.json"
},
{
"label": "base16-measured-light",
"uiTheme": "hc-light",
"path": "./themes/base16-measured-light.json"
},
{
"label": "base16-mellow-purple",
"uiTheme": "vs-dark",
Expand Down Expand Up @@ -961,6 +971,11 @@
"uiTheme": "vs-dark",
"path": "./themes/base16-rose-pine.json"
},
{
"label": "base16-saga",
"uiTheme": "vs-dark",
"path": "./themes/base16-saga.json"
},
{
"label": "base16-sagelight",
"uiTheme": "hc-light",
Expand Down
Loading

0 comments on commit d2a18ab

Please sign in to comment.