From 26313d8e36f6dee6d6a8b4a85e35e96016af5872 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 10 Apr 2019 21:43:08 -0700 Subject: xmonad: greener light border color --- xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad.hs b/xmonad.hs index 2aae9ce..b31af69 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -36,7 +36,7 @@ data Colors = Colors } lightTheme = Colors - { foreground = "#2d9574" + { foreground = "#67b11d" , background = "#fbf8ef" } -- cgit v1.2.3