From 0fc3628e305b0f548bfa0fcf5c86bd59c57a46d9 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Thu, 11 Apr 2019 11:33:31 -0700
Subject: xmonad: fix light color I think?

---
 xmonad.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
   }
 
-- 
cgit v1.2.3