Update fresh DiffChange fg color to yellow
This commit is contained in:
parent
91c85da67b
commit
3576ca02fe
@ -98,7 +98,7 @@ if has('gui_running') || &t_Co == 256
|
||||
call s:hi('CursorLine', '', '', '')
|
||||
call s:hi('Directory', '', '', '')
|
||||
call s:hi('DiffAdd', '2', '', '')
|
||||
call s:hi('DiffChange', '', '', '')
|
||||
call s:hi('DiffChange', '3', '', '')
|
||||
call s:hi('DiffDelete', '1', '', '')
|
||||
call s:hi('DiffText', '3', '', '')
|
||||
call s:hi('ErrorMsg', '1', '', '')
|
||||
|
Loading…
x
Reference in New Issue
Block a user