summaryrefslogtreecommitdiff
path: root/xmonad.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-15 17:05:46 -0700
committerBen Sima <ben@bsima.me>2019-04-15 17:05:46 -0700
commit102645481de50e11ff7e271dc81db5ed0ffc1107 (patch)
treeada453989e39e1ab5d690e6324b1fc0c850b3bb9 /xmonad.hs
parent3cf8804dd5cf1c906c567cbaee9c7d7940d92805 (diff)
fix light background color yet again
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 518e6e5..4b8778e 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -38,7 +38,7 @@ data Colors = Colors
lightTheme = Colors
{ highlight = "#67b11d"
- , background = "#fbf8ef"
+ , background = "#f6f1e1"
, foreground = "#655370"
}