diff options
author | Chris Kempson <git@chriskempson.com> | 2014-03-06 10:56:10 +0000 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2014-03-06 10:56:10 +0000 |
commit | 273f65c2b33cf75ed3358fc94e05a679abba2af2 (patch) | |
tree | 41563fb7eb9488068342f2c4439e996907ff1317 /colors/base16-atelierlakeside.vim | |
parent | bac7f2b084f231196a797d4e48ea730b691d44ec (diff) |
Updated with base16-builder
Diffstat (limited to 'colors/base16-atelierlakeside.vim')
-rw-r--r-- | colors/base16-atelierlakeside.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/base16-atelierlakeside.vim b/colors/base16-atelierlakeside.vim index 37da475..e0bf57f 100644 --- a/colors/base16-atelierlakeside.vim +++ b/colors/base16-atelierlakeside.vim @@ -264,14 +264,14 @@ call <sid>hi("gitCommitSummary", s:gui0B, "", s:cterm0B, "", "") call <sid>hi("GitGutterAdd", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "") call <sid>hi("GitGutterChange", s:gui0D, s:gui01, s:cterm0D, s:cterm01, "") call <sid>hi("GitGutterDelete", s:gui08, s:gui01, s:cterm08, s:cterm01, "") +call <sid>hi("GitGutterChangeDelete", s:gui0E, s:gui01, s:cterm0E, s:cterm01, "") " Signify highlighting call <sid>hi("SignifySignAdd", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "") call <sid>hi("SignifySignChange", s:gui0D, s:gui01, s:cterm0D, s:cterm01, "") call <sid>hi("SignifySignDelete", s:gui08, s:gui01, s:cterm08, s:cterm01, "") - -" GitGutter highlighting +" NERDTree highlighting call <sid>hi("NERDTreeDirSlash", s:gui0D, "", s:cterm0D, "", "") call <sid>hi("NERDTreeExecFile", s:gui05, "", s:cterm05, "", "") |