diff --git a/xmonad.hs b/xmonad.hs index 3759998..fd36d70 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -64,9 +64,9 @@ myTopBarTheme = def , inactiveBorderColor = "#999999" , inactiveColor = "#999999" , inactiveTextColor = "#999999" - , activeBorderColor = "#eeeeee" - , activeColor = "#eeeeee" - , activeTextColor = "#eeeeee" + , activeBorderColor = "#d6d6d6" + , activeColor = "#d6d6d6" + , activeTextColor = "#d6d6d6" -- , urgentBorderColor = red -- , urgentTextColor = yellow , decoHeight = 20