From edcc1c7ccf995524622be206014f3431d59298e9 Mon Sep 17 00:00:00 2001 From: BrunoCiccarino Date: Thu, 19 Dec 2024 20:26:59 -0300 Subject: [PATCH] feat: adding img directory --- extras/vscode/package.json | 35 +++---------------- ...ht-color-theme.json => light-default.json} | 0 img/.gitkeep | 0 3 files changed, 5 insertions(+), 30 deletions(-) rename extras/vscode/themes/{tokyo-night-light-color-theme.json => light-default.json} (100%) create mode 100644 img/.gitkeep diff --git a/extras/vscode/package.json b/extras/vscode/package.json index acf3cc3..7173f81 100644 --- a/extras/vscode/package.json +++ b/extras/vscode/package.json @@ -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", diff --git a/extras/vscode/themes/tokyo-night-light-color-theme.json b/extras/vscode/themes/light-default.json similarity index 100% rename from extras/vscode/themes/tokyo-night-light-color-theme.json rename to extras/vscode/themes/light-default.json diff --git a/img/.gitkeep b/img/.gitkeep new file mode 100644 index 0000000..e69de29