From 102645481de50e11ff7e271dc81db5ed0ffc1107 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 15 Apr 2019 17:05:46 -0700 Subject: fix light background color yet again --- linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux.nix') 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"; }; }; -- cgit v1.2.3