From a5a6bfc8a5d632a76335d3021a9ae8f423efd40d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 22 Dec 2025 16:31:13 -0500 Subject: Add ef-dream themes for bat, fzf, telegram; reorganize polybar with GPU monitoring; fix xmonad tab colors --- lib/xmonad.hs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/xmonad.hs') diff --git a/lib/xmonad.hs b/lib/xmonad.hs index 3903671..34681d9 100644 --- a/lib/xmonad.hs +++ b/lib/xmonad.hs @@ -183,10 +183,12 @@ addSpace = myTabCfg theme = def { fontName = "xft:Fira Sans:size=10:ant", - activeBorderColor = highlight theme, + activeBorderColor = "#f3c09a", -- cursor/orange inactiveBorderColor = background theme, - activeColor = highlight theme, - inactiveColor = background theme + activeColor = "#f3c09a", -- cursor/orange background + inactiveColor = background theme, + activeTextColor = background theme, -- dark text on orange + inactiveTextColor = foreground theme } myLayout theme = -- cgit v1.2.3