diff options
| author | kj_sh604 | 2025-10-10 15:51:20 -0400 |
|---|---|---|
| committer | kj_sh604 | 2025-10-10 15:51:20 -0400 |
| commit | 140e077e062d40cc32ca5619130cdc4b219b6137 (patch) | |
| tree | 310f92623f2e492065a0ff2b94a20e109889c825 | |
| parent | bf1e8681c538fd1143396ea60e1c0c335c5aa3cd (diff) | |
refactor: change `statusBar.noFolderBackground`
| -rw-r--r-- | .config/Code/User/settings.json | 2 |
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", |
