From 5244ed7578dbf1feec234c74eb856a69f4512f5e Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 28 Feb 2026 21:06:34 -0500 Subject: refactor: slight UI color modifications --- themes/kijish-color-theme.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'themes/kijish-color-theme.json') 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", -- cgit v1.2.3