summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.hs b/Config.hs
index 9f7a48a..a49f845 100644
--- a/Config.hs
+++ b/Config.hs
@@ -106,6 +106,11 @@ defaultDelta = 3%100
numlockMask :: KeyMask
numlockMask = mod2Mask
+-- Border colors for unfocused and focused windows, respectively.
+normalBorderColor, focusedBorderColor :: String
+normalBorderColor = "#dddddd"
+focusedBorderColor = "#ff0000"
+
-- What layout to start in, and what the default proportion for the
-- left pane should be in the tiled layout. See LayoutDesc and
-- friends in XMonad.hs for options.