diff options
author | Ben Sima <ben@bsima.me> | 2018-06-26 13:27:52 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-06-26 13:27:52 -0700 |
commit | 22483d8be791128c89b2bd84a2d284955e735cce (patch) | |
tree | 14f099d3e6c7763b9c60c25b1eaa2a6d77bf849c | |
parent | 6adda8a46a2a74d931b34a78740900aaa3dc3991 (diff) |
Color window borders
-rw-r--r-- | xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ main = docks $ def { modMask = mod4Mask -- ^ super instead of alt - , normalBorderColor = "#fdf6e3" -- ^ solarized base3 + , normalBorderColor = "#eee8d4" -- ^ solarized base3 , focusedBorderColor = "#2aa198" -- ^ solarized cyan , manageHook = manageDocks <+> manageHook defaultConfig , layoutHook = avoidStruts $ myLayout ||| layoutHook defaultConfig |