Improve diff highlights

This commit is contained in:
Adam Rutkowski 2014-10-11 22:04:00 +02:00
parent d12e632601
commit cf66c20843

View file

@ -188,10 +188,10 @@ call s:Col('SpellLocal', 'yellow')
call s:Col('SpellRare', 'base7', 'violet') call s:Col('SpellRare', 'base7', 'violet')
" Diffing. " Diffing.
call s:Col('DiffAdd', 'green') call s:Col('DiffAdd', 'base7', 'green')
call s:Col('DiffChange', 'cyan') call s:Col('DiffChange', 'base7', 'blue')
call s:Col('DiffDelete', 'red') call s:Col('DiffDelete', 'base7', 'red')
call s:Col('DiffText', 'yellow') call s:Col('DiffText', 'base7', 'cyan')
" Directories (e.g. netrw). " Directories (e.g. netrw).
call s:Col('Directory', 'cyan') call s:Col('Directory', 'cyan')