diff options
author | Ben Sima <ben@bsima.me> | 2019-02-06 18:25:18 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-09 16:08:25 -0800 |
commit | 7649341f89418a5be9c4f65ee9b4cc8a49115604 (patch) | |
tree | 79435befadd4f0d03c80b37baaba294360536a98 /linux.nix | |
parent | 5f5d6166424ba3943a45d7182c174b4d246dee50 (diff) |
Switch to light theme
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ in "XTerm*termName" = "xterm-256color"; "XTerm*metaSendsEscape" = true; }; - extraConfig = builtins.readFile(solarized-xresources + "/Xresources.dark"); + extraConfig = builtins.readFile(solarized-xresources + "/Xresources.light"); }; services = { |