summaryrefslogtreecommitdiff
path: root/xmonad.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-10 21:43:08 -0700
committerBen Sima <ben@bsima.me>2019-04-10 21:43:08 -0700
commit26313d8e36f6dee6d6a8b4a85e35e96016af5872 (patch)
tree66d85b1ae8783c812f9504ba5c51d82821aaf8a4 /xmonad.hs
parent47493265c26bcf1ac69840b2f018a0e1c5544fb1 (diff)
xmonad: greener light border color
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 2aae9ce..b31af69 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -36,7 +36,7 @@ data Colors = Colors
}
lightTheme = Colors
- { foreground = "#2d9574"
+ { foreground = "#67b11d"
, background = "#fbf8ef"
}