From 102645481de50e11ff7e271dc81db5ed0ffc1107 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 15 Apr 2019 17:05:46 -0700 Subject: fix light background color yet again --- xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmonad.hs') 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" } -- cgit v1.2.3