summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux.nix2
-rw-r--r--xmonad.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/linux.nix b/linux.nix
index 4ca0afb..19645d9 100644
--- a/linux.nix
+++ b/linux.nix
@@ -13,7 +13,7 @@ let
};
"light" = {
highlight = "#67b11d";
- background = "#fbf8ef";
+ background = "#f6f1e1";
foreground = "#655370";
};
};
diff --git a/xmonad.hs b/xmonad.hs
index 518e6e5..4b8778e 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -38,7 +38,7 @@ data Colors = Colors
lightTheme = Colors
{ highlight = "#67b11d"
- , background = "#fbf8ef"
+ , background = "#f6f1e1"
, foreground = "#655370"
}