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:
hosseintoussi 2019-03-31 20:47:44 +02:00
commit 937d353b01

View file

@ -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', {})