diff options
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 = |
