Improve DiffText highlight color

This commit is contained in:
Kenneth Benzie 2016-09-08 09:43:18 +01:00
parent a4f997c1e1
commit 39d8230c75

View File

@ -100,7 +100,7 @@ if has("gui_running") || &t_Co == 256
call s:hi("DiffAdd", "2", "", "") call s:hi("DiffAdd", "2", "", "")
call s:hi("DiffChange", "", "", "") call s:hi("DiffChange", "", "", "")
call s:hi("DiffDelete", "1", "", "") call s:hi("DiffDelete", "1", "", "")
call s:hi("DiffText", "", "", "reverse") call s:hi("DiffText", "3", "", "")
call s:hi("ErrorMsg", "1", "", "") call s:hi("ErrorMsg", "1", "", "")
call s:hi("VertSplit", "235", "235", "") call s:hi("VertSplit", "235", "235", "")
call s:hi("Folded", "35", "233", "") call s:hi("Folded", "35", "233", "")
@ -185,23 +185,6 @@ if has("gui_running") || &t_Co == 256
call s:hi("Todo", "202", "", "bold") call s:hi("Todo", "202", "", "bold")
"" }}} "" }}}
"" Diff Syntax Groups {{{
"hi def link diffFile Type
"hi def link diffOnly DiffChange
"hi def link diffIdentical DiffChange
"hi def link diffDiffer DiffChange
"hi def link diffBDiffer DiffChange
"hi def link diffIsA DiffChange
"hi def link diffNoEOL DiffChange
"hi def link diffCommon DiffChange
hi def link diffRemoved DiffDelete
hi def link diffChanged DiffChange
hi def link diffAdded DiffAdd
"hi def link diffLine Statement
"hi def link diffSubname PreProc
"hi def link diffComment Comment
"" }}}
"" Custom Groups {{{ "" Custom Groups {{{
call s:hi("Block", "", "", "") call s:hi("Block", "", "", "")
call s:hi("Note", "40", "", "bold") call s:hi("Note", "40", "", "bold")