summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042026-02-28 21:06:34 -0500
committerkj_sh6042026-02-28 21:06:34 -0500
commit5244ed7578dbf1feec234c74eb856a69f4512f5e (patch)
treec0eb3f4510905992e51915fe30f8c34a970ef43c
parent20274b28e31e59d0e8a5a0923b1984f996bc0c19 (diff)
refactor: slight UI color modifications
-rw-r--r--package.json2
-rw-r--r--themes/kijish-color-theme.json18
2 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index f8a7d90..58f413b 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
2 "name": "kijish-vscode-theme", 2 "name": "kijish-vscode-theme",
3 "displayName": "KiJiSH Dark", 3 "displayName": "KiJiSH Dark",
4 "description": "A dark pastel theme derived from the Dark Pastel palette (Qterminal / xfce4-terminal)", 4 "description": "A dark pastel theme derived from the Dark Pastel palette (Qterminal / xfce4-terminal)",
5 "version": "1.0.0-20260228-1830", 5 "version": "1.0.0-20260228-2105",
6 "publisher": "kj-sh604", 6 "publisher": "kj-sh604",
7 "license": "MIT", 7 "license": "MIT",
8 "engines": { 8 "engines": {
diff --git a/themes/kijish-color-theme.json b/themes/kijish-color-theme.json
index 91d6475..8447bd6 100644
--- a/themes/kijish-color-theme.json
+++ b/themes/kijish-color-theme.json
@@ -114,8 +114,8 @@
114 "editor.foreground": "#dcdcdc", 114 "editor.foreground": "#dcdcdc",
115 "editorLineNumber.foreground": "#a9a9a9", 115 "editorLineNumber.foreground": "#a9a9a9",
116 "editorLineNumber.activeForeground": "#00ffff", 116 "editorLineNumber.activeForeground": "#00ffff",
117 "editorCursor.foreground": "#dcdcdc", 117 "editorCursor.background": "#303030",
118 "editorCursor.background": "#2c2c2c", 118 "editorCursor.foreground": "#69baa7",
119 "editor.selectionBackground": "#4a4a4a", 119 "editor.selectionBackground": "#4a4a4a",
120 "editor.inactiveSelectionBackground": "#3f3f3f99", 120 "editor.inactiveSelectionBackground": "#3f3f3f99",
121 "editor.selectionHighlightBackground": "#4a4a4a55", 121 "editor.selectionHighlightBackground": "#4a4a4a55",
@@ -226,13 +226,13 @@
226 "panelTitle.activeForeground": "#dcdcdc", 226 "panelTitle.activeForeground": "#dcdcdc",
227 "panelTitle.inactiveForeground": "#709080", 227 "panelTitle.inactiveForeground": "#709080",
228 "panelInput.border": "#3f3f3f", 228 "panelInput.border": "#3f3f3f",
229 "statusBar.background": "#1e1e1e", 229 "statusBar.background": "#303030",
230 "statusBar.foreground": "#b0b0b0", 230 "statusBar.foreground": "#ffffff",
231 "statusBar.border": "#1e1e1e", 231 "statusBar.border": "#303030",
232 "statusBar.debuggingBackground": "#d67979", 232 "statusBar.debuggingBackground": "#7d4c10",
233 "statusBar.debuggingForeground": "#2c2c2c", 233 "statusBar.debuggingForeground": "#ffffff",
234 "statusBar.noFolderBackground": "#1e1e1e", 234 "statusBar.noFolderBackground": "#303030",
235 "statusBar.noFolderForeground": "#b0b0b0", 235 "statusBar.noFolderForeground": "#ffffff",
236 "statusBarItem.activeBackground": "#3f3f3f", 236 "statusBarItem.activeBackground": "#3f3f3f",
237 "statusBarItem.hoverBackground": "#333333", 237 "statusBarItem.hoverBackground": "#333333",
238 "statusBarItem.prominentBackground": "#3f3f3f", 238 "statusBarItem.prominentBackground": "#3f3f3f",