diff options
Diffstat (limited to '')
-rw-r--r-- | .xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index b75d30f..52740c6 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -116,7 +116,7 @@ rakTheme = , theme = defaultTheme { activeColor = colorBlack , inactiveColor = colorBlack , activeBorderColor = colorOrange - , inactiveBorderColor = colorBlue + , inactiveBorderColor = colorBlack , activeTextColor = colorOrange , inactiveTextColor = colorBlue , urgentColor = colorRed |