Add diff colors
This commit is contained in:
parent
9a76050073
commit
46be2426f5
1 changed files with 4 additions and 0 deletions
|
|
@ -443,6 +443,10 @@ call <sid>hi('gitcommitOverflow', s:cdRed, {}, 'none', {})
|
|||
call <sid>hi('gitcommitSummary', s:cdPink, {}, 'none', {})
|
||||
call <sid>hi('gitcommitBlank', s:cdPink, {}, 'none', {})
|
||||
|
||||
" Diff:
|
||||
call <sid>hi('diffAdded', s:cdLightGreen, {}, 'none', {})
|
||||
call <sid>hi('diffRemoved', s:cdLightRed, {}, 'none', {})
|
||||
|
||||
" Lua:
|
||||
call <sid>hi('luaFuncCall', s:cdYellow, {}, 'none', {})
|
||||
call <sid>hi('luaFuncArgName', s:cdLightBlue, {}, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue