diff options
author | Ben Sima <ben@bsima.me> | 2019-04-10 21:43:08 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-04-10 21:43:08 -0700 |
commit | 26313d8e36f6dee6d6a8b4a85e35e96016af5872 (patch) | |
tree | 66d85b1ae8783c812f9504ba5c51d82821aaf8a4 | |
parent | 47493265c26bcf1ac69840b2f018a0e1c5544fb1 (diff) |
xmonad: greener light border color
-rw-r--r-- | xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ data Colors = Colors } lightTheme = Colors - { foreground = "#2d9574" + { foreground = "#67b11d" , background = "#fbf8ef" } |