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