Update fresh DiffChange fg color to yellow

This commit is contained in:
Kenneth Benzie 2019-03-27 10:23:01 +00:00
parent 91c85da67b
commit 3576ca02fe

View File

@ -98,7 +98,7 @@ if has('gui_running') || &t_Co == 256
call s:hi('CursorLine', '', '', '') call s:hi('CursorLine', '', '', '')
call s:hi('Directory', '', '', '') call s:hi('Directory', '', '', '')
call s:hi('DiffAdd', '2', '', '') call s:hi('DiffAdd', '2', '', '')
call s:hi('DiffChange', '', '', '') call s:hi('DiffChange', '3', '', '')
call s:hi('DiffDelete', '1', '', '') call s:hi('DiffDelete', '1', '', '')
call s:hi('DiffText', '3', '', '') call s:hi('DiffText', '3', '', '')
call s:hi('ErrorMsg', '1', '', '') call s:hi('ErrorMsg', '1', '', '')