diff options
author | tv <tv@krebsco.de> | 2016-06-10 13:55:12 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-10 16:04:55 +0200 |
commit | c233b075b242985fc46338949b18d6658802e8fc (patch) | |
tree | 3713ab4794d475d7dd7380b0df2bce573f8dbc82 /tv | |
parent | 86a732e61aa6471f28774f4f42af9cb179e33a78 (diff) |
tv vim-color-hack: 1.0.1 -> 1.0.2
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/vim.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 7da78b4ee..694f392df 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -26,7 +26,7 @@ let ((rtp: rtp // { inherit rtp; }) (pkgs.writeTextFile (let name = "hack"; in { - name = "vim-color-${name}-1.0.1"; + name = "vim-color-${name}-1.0.2"; destination = "/colors/${name}.vim"; text = /* vim */ '' set background=dark @@ -50,6 +50,7 @@ let hi Garbage ctermbg=088 hi TabStop ctermbg=016 + hi Todo ctermfg=174 ctermbg=NONE hi NixCode ctermfg=040 hi NixData ctermfg=046 |