From 286234b538ae83e33b37fa8f344cccf1d4e94756 Mon Sep 17 00:00:00 2001 From: Jason Creighton Date: Mon, 30 Apr 2007 06:38:59 +0200 Subject: configurable border colors This also fixes a bug where xmonad was assuming a 24-bit display, and just using, eg, 0xff0000 as an index into a colormap without querying the X server to determine the proper pixel value for "red". darcs-hash:20070430043859-b9aa7-9467ff583ec95144e5baa088e4b1536a725e7bc6.gz --- Config.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Config.hs') 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. -- cgit v1.2.3