diff options
Diffstat (limited to 'conf/xmonad')
-rw-r--r-- | conf/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/xmonad/xmonad.hs b/conf/xmonad/xmonad.hs index 16d0470..018768a 100644 --- a/conf/xmonad/xmonad.hs +++ b/conf/xmonad/xmonad.hs @@ -35,7 +35,7 @@ main = xmonad $ ewmh defaultConfig { modMask = mod4Mask -- super key as modifier , borderWidth = 3 , normalBorderColor = "#161616" - , focusedBorderColor = "#aadb0f" + , focusedBorderColor = "#909737" , terminal = "urxvt" , handleEventHook = handleEventHook defaultConfig <+> fullscreenEventHook , layoutHook = availableLayouts |