From 140e077e062d40cc32ca5619130cdc4b219b6137 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Fri, 10 Oct 2025 15:51:20 -0400 Subject: refactor: change `statusBar.noFolderBackground` --- .config/Code/User/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3