diff options
author | Ben Sima <ben@bsima.me> | 2018-06-13 18:33:04 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-06-13 18:33:04 -0700 |
commit | ac023a66a1291b903e85558c5006257823652158 (patch) | |
tree | 716727a26d062666abe5393065e80bdea2a0389b /home.nix | |
parent | 3ee58100851a83523aa24ebbcad1c519fc6c4426 (diff) |
Try to fix colors
When I exit vim, xterm has a white background. Dunno why. This doesn't seem to
fix it either...
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,10 +3,10 @@ let solarized-xresources = pkgs.fetchFromGitHub { - owner = "solarized"; + owner = "blueyed"; repo = "xresources"; - rev = "025ceddbddf55f2eb4ab40b05889148aab9699fc"; - sha256 = "0lxv37gmh38y9d3l8nbnsm1mskcv10g3i83j0kac0a2qmypv1k9f"; + rev = "e74971bece803839afe310e8c1b4e21b6647d42a"; + sha256 = "1bgd8avd469azalvyq68yq9k5a5g599jhcr4arqi6bi5vbnaq22b"; }; in { |