summaryrefslogtreecommitdiffstats
path: root/tv/2configs/vim.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-06-10 13:55:12 +0200
committertv <tv@krebsco.de>2016-06-10 16:04:55 +0200
commitc233b075b242985fc46338949b18d6658802e8fc (patch)
tree3713ab4794d475d7dd7380b0df2bce573f8dbc82 /tv/2configs/vim.nix
parent86a732e61aa6471f28774f4f42af9cb179e33a78 (diff)
tv vim-color-hack: 1.0.1 -> 1.0.2
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r--tv/2configs/vim.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 7da78b4e..694f392d 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