aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/settings.json
diff options
context:
space:
mode:
authorkj_sh6042025-10-10 15:45:21 -0400
committerkj_sh6042025-10-10 15:45:21 -0400
commitbf1e8681c538fd1143396ea60e1c0c335c5aa3cd (patch)
tree29a762077cc6fa4b90dee7ec05f3af16ffaa8204 /.config/Code/User/settings.json
parentfe83f81bd42ba78148a4fe7303565deca5e88c85 (diff)
refactor: workspace color customizations
Diffstat (limited to '.config/Code/User/settings.json')
-rw-r--r--.config/Code/User/settings.json15
1 files changed, 13 insertions, 2 deletions
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