aboutsummaryrefslogtreecommitdiff
path: root/.xmonad
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2016-09-05 15:10:56 -0400
committerRyan Kavanagh <rak@debian.org>2016-09-05 15:10:56 -0400
commite272b7b03cce220bea855a1f1d2ee52a7e14a80a (patch)
treeea7f08adafc87f1b6d2bdbe9cb083f6a9d42457c /.xmonad
parentAdded aspell config (diff)
Change xmonad inactive border colour to black
Diffstat (limited to '.xmonad')
-rw-r--r--.xmonad/xmonad.hs2
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