summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}