From c88716541afe1b9eed807c8073f21b4dae31dac2 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 24 Apr 2018 12:17:28 +0200 Subject: Make oomox-gtk-theme derivation configurable --- conf/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/xmonad/xmonad.hs') 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 -- cgit v1.2.3