Skip to content

Commit

Permalink
feat: adding img directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Dec 19, 2024
1 parent 7c9ad9f commit edcc1c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 30 deletions.
35 changes: 5 additions & 30 deletions extras/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,44 +34,19 @@
"contributes": {
"themes": [
{
"label": "Neko Night Light Default",
"label": "Tokyo Night Light",
"uiTheme": "vs",
"path": "./themes/light-default.json"
},
{
"label": "Neko Night Light High Contrast",
"label": "Tokyo Night",
"uiTheme": "hc-light",
"path": "./themes/light-high-contrast.json"
"path": "./themes/tokyo-night-color-theme.json"
},
{
"label": "Neko Night Light Colorblind (Beta)",
"label": "Tokyo Night Storm",
"uiTheme": "vs",
"path": "./themes/light-colorblind.json"
},
{
"label": "Neko Light Dark Default",
"uiTheme": "vs-dark",
"path": "./themes/dark-default.json"
},
{
"label": "Neko Night Dark High Contrast",
"uiTheme": "hc-black",
"path": "./themes/dark-high-contrast.json"
},
{
"label": "Neko Night Dark Colorblind (Beta)",
"uiTheme": "vs-dark",
"path": "./themes/dark-colorblind.json"
},
{
"label": "Neko Night Dark Dimmed",
"uiTheme": "vs-dark",
"path": "./themes/dark-dimmed.json"
},
{
"label": "Neko Light",
"uiTheme": "vs",
"path": "./themes/light.json"
"path": "./themes/tokyo-night-storm-color-theme.json"
},
{
"label": "Neko Dark",
Expand Down
File renamed without changes.
Empty file added img/.gitkeep
Empty file.

0 comments on commit edcc1c7

Please sign in to comment.