From d5cebe7cc360b3bc17421cb9cb2b5230471b08ab Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 15 Apr 2019 09:18:13 -0700 Subject: xmonad: fix light background color --- xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmonad.hs') diff --git a/xmonad.hs b/xmonad.hs index 5cee38a..518e6e5 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -38,7 +38,7 @@ data Colors = Colors lightTheme = Colors { highlight = "#67b11d" - , background = "#efeae9" + , background = "#fbf8ef" , foreground = "#655370" } @@ -119,7 +119,7 @@ myTabCfg theme = def } myLayout theme = avoidStruts $ - noBorders (tabbed shrinkText $ myTabCfg theme) -- default tab config + noBorders (tabbed shrinkText $ myTabCfg theme) ||| tiled ||| Mirror tiled ||| noBorders Full -- cgit v1.2.3