diff options
| author | kj_sh604 | 2026-02-28 21:06:34 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-28 21:06:34 -0500 |
| commit | 5244ed7578dbf1feec234c74eb856a69f4512f5e (patch) | |
| tree | c0eb3f4510905992e51915fe30f8c34a970ef43c /themes/kijish-color-theme.json | |
| parent | 20274b28e31e59d0e8a5a0923b1984f996bc0c19 (diff) | |
refactor: slight UI color modifications
Diffstat (limited to 'themes/kijish-color-theme.json')
| -rw-r--r-- | themes/kijish-color-theme.json | 18 |
1 files changed, 9 insertions, 9 deletions
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", |
