aboutsummaryrefslogtreecommitdiff
path: root/Config.hs
diff options
context:
space:
mode:
authorRaúl Benencia <rul@kalgan.cc>2013-08-28 11:28:38 -0300
committerRaúl Benencia <rul@kalgan.cc>2013-08-28 11:28:38 -0300
commit470b88d719fb6e740569c8e35affa0db6d3ed7fd (patch)
treee44d0cb2374e33625148b02c6b51e599a83a4832 /Config.hs
parent77112dd4cd7657ebf16734d117d42283ee34c742 (diff)
Colorful header
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.hs b/Config.hs
index f5990e1..b446838 100644
--- a/Config.hs
+++ b/Config.hs
@@ -16,6 +16,7 @@ data LazymailConfig = LazymailConfig {
baseColor :: (Color, Color) -- (foreground, background)
, selectionColor :: (Color, Color)
, statusBarColor :: (Color, Color)
+ , headerColor :: (Color, Color)
, showStatusBar :: Bool
, initialPath :: FilePath
, filterMaildirsHook :: [FilePath] -> IO [FilePath]
@@ -25,6 +26,7 @@ defaultConfig = LazymailConfig {
baseColor = (ColorWhite, ColorBlack)
, selectionColor = (ColorYellow, ColorBlack)
, statusBarColor = (ColorYellow, ColorBlack)
+ , headerColor = (ColorYellow, ColorBlack)
, showStatusBar = True
, initialPath = ""
, filterMaildirsHook = \mds -> return mds
nihil fit ex nihilo