diff options
-rw-r--r-- | linux.nix | 2 | ||||
-rw-r--r-- | xmonad.hs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ let }; "light" = { highlight = "#67b11d"; - background = "#fbf8ef"; + background = "#f6f1e1"; foreground = "#655370"; }; }; @@ -38,7 +38,7 @@ data Colors = Colors lightTheme = Colors { highlight = "#67b11d" - , background = "#fbf8ef" + , background = "#f6f1e1" , foreground = "#655370" } |