From cbd6d81bd5ce1e7e2f8d7cc2d48da7f841e2ae63 Mon Sep 17 00:00:00 2001 From: eli-w-king Date: Wed, 28 Jan 2026 21:33:21 -0800 Subject: [PATCH] inactive window indicator --- extensions/theme-2026/themes/2026-light.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/theme-2026/themes/2026-light.json b/extensions/theme-2026/themes/2026-light.json index ea840807b51..97c155e4d96 100644 --- a/extensions/theme-2026/themes/2026-light.json +++ b/extensions/theme-2026/themes/2026-light.json @@ -90,7 +90,7 @@ "sideBarSectionHeader.border": "#ECEDEEFF", "titleBar.activeBackground": "#E8ECF2", "titleBar.activeForeground": "#424242", - "titleBar.inactiveBackground": "#E8ECF2", + "titleBar.inactiveBackground": "#FFFFFF", "titleBar.inactiveForeground": "#666666", "titleBar.border": "#ECEDEEFF", "menubar.selectionBackground": "#EDEDED",