summaryrefslogtreecommitdiff
path: root/xmonad.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-11 11:33:31 -0700
committerBen Sima <ben@bsima.me>2019-04-11 11:33:31 -0700
commit0fc3628e305b0f548bfa0fcf5c86bd59c57a46d9 (patch)
treeabbc270ea60afbf8cc7408b6d8adccbd7775da09 /xmonad.hs
parentc7dafd3b3493da9c2733e9611750e227fa7bab5a (diff)
xmonad: fix light color I think?
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 26156be..5cee38a 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -38,7 +38,7 @@ data Colors = Colors
lightTheme = Colors
{ highlight = "#67b11d"
- , background = "#fbf8ef"
+ , background = "#efeae9"
, foreground = "#655370"
}