diff options
| author | Ben Sima <ben@bensima.com> | 2025-12-22 16:31:13 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-12-22 16:31:13 -0500 |
| commit | a5a6bfc8a5d632a76335d3021a9ae8f423efd40d (patch) | |
| tree | 18484cf773c99a01e614d364ad0e34c1c8f6283d /lib/xmonad.hs | |
| parent | 824a42ad72d90420713e6e87d75fedcb1366295e (diff) | |
Add ef-dream themes for bat, fzf, telegram; reorganize polybar with GPU monitoring; fix xmonad tab colors
Diffstat (limited to 'lib/xmonad.hs')
| -rw-r--r-- | lib/xmonad.hs | 8 |
1 files changed, 5 insertions, 3 deletions
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 = |
