aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
"name": "kijish-vscode-theme",
"displayName": "KiJiSH Dark",
"description": "A dark pastel theme derived from the Dark Pastel palette (Qterminal / xfce4-terminal)",
- "version": "1.0.0-20260228-1830",
+ "version": "1.0.0-20260228-2105",
"publisher": "kj-sh604",
"license": "MIT",
"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 @@
"editor.foreground": "#dcdcdc",
"editorLineNumber.foreground": "#a9a9a9",
"editorLineNumber.activeForeground": "#00ffff",
- "editorCursor.foreground": "#dcdcdc",
- "editorCursor.background": "#2c2c2c",
+ "editorCursor.background": "#303030",
+ "editorCursor.foreground": "#69baa7",
"editor.selectionBackground": "#4a4a4a",
"editor.inactiveSelectionBackground": "#3f3f3f99",
"editor.selectionHighlightBackground": "#4a4a4a55",
@@ -226,13 +226,13 @@
"panelTitle.activeForeground": "#dcdcdc",
"panelTitle.inactiveForeground": "#709080",
"panelInput.border": "#3f3f3f",
- "statusBar.background": "#1e1e1e",
- "statusBar.foreground": "#b0b0b0",
- "statusBar.border": "#1e1e1e",
- "statusBar.debuggingBackground": "#d67979",
- "statusBar.debuggingForeground": "#2c2c2c",
- "statusBar.noFolderBackground": "#1e1e1e",
- "statusBar.noFolderForeground": "#b0b0b0",
+ "statusBar.background": "#303030",
+ "statusBar.foreground": "#ffffff",
+ "statusBar.border": "#303030",
+ "statusBar.debuggingBackground": "#7d4c10",
+ "statusBar.debuggingForeground": "#ffffff",
+ "statusBar.noFolderBackground": "#303030",
+ "statusBar.noFolderForeground": "#ffffff",
"statusBarItem.activeBackground": "#3f3f3f",
"statusBarItem.hoverBackground": "#333333",
"statusBarItem.prominentBackground": "#3f3f3f",