From bf1e8681c538fd1143396ea60e1c0c335c5aa3cd Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Fri, 10 Oct 2025 15:45:21 -0400 Subject: refactor: workspace color customizations --- .config/Code/User/settings.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to '.config/Code/User/settings.json') diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index caa941f..cf7b974 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -261,7 +261,18 @@ "window.newWindowDimensions": "inherit", "window.restoreWindows": "none", "workbench.activityBar.location": "default", - "workbench.colorTheme": "Gnome Dark (Atom One)", + "workbench.colorCustomizations": { + "editorCursor.background": "#303030", + "editorCursor.foreground": "#69baa7", + "statusBar.background": "#303030", + "statusBar.border": "#303030", + "statusBar.debuggingBackground": "#7d4c10", + "statusBar.debuggingForeground": "#ffffff", + "statusBar.foreground": "#ffffff", + "statusBar.noFolderBackground": "#11427E", + "statusBar.noFolderForeground": "#ffffff", + }, + "workbench.colorTheme": "Dark Pastel Theme", "workbench.editor.decorations.badges": false, "workbench.editor.decorations.colors": false, "workbench.editor.enablePreview": false, @@ -281,4 +292,4 @@ "workbench.tree.indent": 8, "workbench.tree.renderIndentGuides": "none", "workbench.welcomePage.walkthroughs.openOnInstall": false, -} +} \ No newline at end of file -- cgit v1.2.3