From 273f65c2b33cf75ed3358fc94e05a679abba2af2 Mon Sep 17 00:00:00 2001 From: Chris Kempson Date: Thu, 6 Mar 2014 10:56:10 +0000 Subject: Updated with base16-builder --- colors/base16-atelierforest.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colors/base16-atelierforest.vim') diff --git a/colors/base16-atelierforest.vim b/colors/base16-atelierforest.vim index 447f9b7..71e3927 100644 --- a/colors/base16-atelierforest.vim +++ b/colors/base16-atelierforest.vim @@ -264,14 +264,14 @@ call hi("gitCommitSummary", s:gui0B, "", s:cterm0B, "", "") call hi("GitGutterAdd", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "") call hi("GitGutterChange", s:gui0D, s:gui01, s:cterm0D, s:cterm01, "") call hi("GitGutterDelete", s:gui08, s:gui01, s:cterm08, s:cterm01, "") +call hi("GitGutterChangeDelete", s:gui0E, s:gui01, s:cterm0E, s:cterm01, "") " Signify highlighting call hi("SignifySignAdd", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "") call hi("SignifySignChange", s:gui0D, s:gui01, s:cterm0D, s:cterm01, "") call hi("SignifySignDelete", s:gui08, s:gui01, s:cterm08, s:cterm01, "") - -" GitGutter highlighting +" NERDTree highlighting call hi("NERDTreeDirSlash", s:gui0D, "", s:cterm0D, "", "") call hi("NERDTreeExecFile", s:gui05, "", s:cterm05, "", "") -- cgit v1.2.3