explicitly setting colors for summary and blank
in some cases the colors get mixed up, and this commit fixes that
This commit is contained in:
parent
979e41e24d
commit
937d353b01
1 changed files with 3 additions and 2 deletions
|
|
@ -353,5 +353,6 @@ call <sid>hi('gitcommitSelectedFile', s:cdGreen, {}, 'none', {})
|
|||
call <sid>hi('gitcommitDiscardedType', s:cdRed, {}, 'none', {})
|
||||
call <sid>hi('gitcommitDiscardedFile', s:cdRed, {}, 'none', {})
|
||||
call <sid>hi('gitcommitOverflow', s:cdRed, {}, 'none', {})
|
||||
call <sid>hi('gitcommitSummary', {}, {}, 'none', {})
|
||||
call <sid>hi('gitcommitBlank', {}, {}, 'none', {})
|
||||
call <sid>hi('gitcommitSummary', s:cdPink, {}, 'none', {})
|
||||
call <sid>hi('gitcommitBlank', s:cdPink, {}, 'none', {})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue