diff options
author | Ben Sima <ben@bsima.me> | 2019-04-11 11:33:31 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-04-11 11:33:31 -0700 |
commit | 0fc3628e305b0f548bfa0fcf5c86bd59c57a46d9 (patch) | |
tree | abbc270ea60afbf8cc7408b6d8adccbd7775da09 /xmonad.hs | |
parent | c7dafd3b3493da9c2733e9611750e227fa7bab5a (diff) |
xmonad: fix light color I think?
Diffstat (limited to 'xmonad.hs')
-rw-r--r-- | xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ data Colors = Colors lightTheme = Colors { highlight = "#67b11d" - , background = "#fbf8ef" + , background = "#efeae9" , foreground = "#655370" } |