diff options
Diffstat (limited to 'xmonad.hs')
-rw-r--r-- | xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ data Colors = Colors lightTheme = Colors { highlight = "#67b11d" - , background = "#fbf8ef" + , background = "#efeae9" , foreground = "#655370" } |