diff options
author | Ben Sima <ben@bsima.me> | 2019-04-15 17:05:46 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-04-15 17:05:46 -0700 |
commit | 102645481de50e11ff7e271dc81db5ed0ffc1107 (patch) | |
tree | ada453989e39e1ab5d690e6324b1fc0c850b3bb9 /linux.nix | |
parent | 3cf8804dd5cf1c906c567cbaee9c7d7940d92805 (diff) |
fix light background color yet again
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ let }; "light" = { highlight = "#67b11d"; - background = "#fbf8ef"; + background = "#f6f1e1"; foreground = "#655370"; }; }; |