diff options
author | Ben Sima <ben@bsima.me> | 2018-06-14 11:51:39 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-06-14 11:51:39 -0700 |
commit | 2d4b05dbcd7d2962bdfd74d982ed22e8b4f47833 (patch) | |
tree | f260f67dc56458cfe908972f9c5a58e36fa30937 | |
parent | 735bf7d7f3b85506446e03a0045f137e438cf340 (diff) |
Use more visible window border colors
-rw-r--r-- | xmonad.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ main = docks $ def { modMask = mod4Mask -- ^ super instead of alt - , normalBorderColor = "#002b36" -- ^ solarized dark - , focusedBorderColor = "#eee8d5" -- ^ solarized light + , normalBorderColor = "#fdf6e3" -- ^ solarized base3 + , focusedBorderColor = "#2aa198" -- ^ solarized cyan , manageHook = manageDocks <+> manageHook defaultConfig , layoutHook = avoidStruts $ myLayout ||| layoutHook defaultConfig , terminal = "/home/ben/.nix-profile/bin/xterm" |