aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042025-10-10 15:51:20 -0400
committerkj_sh6042025-10-10 15:51:20 -0400
commit140e077e062d40cc32ca5619130cdc4b219b6137 (patch)
tree310f92623f2e492065a0ff2b94a20e109889c825
parentbf1e8681c538fd1143396ea60e1c0c335c5aa3cd (diff)
refactor: change `statusBar.noFolderBackground`
-rw-r--r--.config/Code/User/settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index cf7b974..b4abbbc 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -269,7 +269,7 @@
"statusBar.debuggingBackground": "#7d4c10",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.foreground": "#ffffff",
- "statusBar.noFolderBackground": "#11427E",
+ "statusBar.noFolderBackground": "#303030",
"statusBar.noFolderForeground": "#ffffff",
},
"workbench.colorTheme": "Dark Pastel Theme",