diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-08-28 11:28:38 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-08-28 11:28:38 -0300 |
commit | 470b88d719fb6e740569c8e35affa0db6d3ed7fd (patch) | |
tree | e44d0cb2374e33625148b02c6b51e599a83a4832 /State.hs | |
parent | 77112dd4cd7657ebf16734d117d42283ee34c742 (diff) |
Colorful header
Diffstat (limited to 'State.hs')
-rw-r--r-- | State.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,7 @@ data ColorStyle = ColorStyle { baseColorID :: ColorID , selectionColorID :: ColorID , statusBarColorID :: ColorID + , headerColorID :: ColorID } initialState = LazymailState { @@ -100,6 +101,7 @@ initialColorStyle = ColorStyle { baseColorID = defaultColorID , selectionColorID = defaultColorID , statusBarColorID = defaultColorID + , headerColorID = defaultColorID } scrColsAsInteger st = toInteger $ screenColumns st |