ref(colors): improve git diff highlights
This commit is contained in:
parent
47fae28325
commit
0128acdf2f
|
@ -671,6 +671,8 @@ local highlight_groups = {
|
||||||
yamlKey = 'Label',
|
yamlKey = 'Label',
|
||||||
|
|
||||||
--[[ 4.3.34. Git ]]
|
--[[ 4.3.34. Git ]]
|
||||||
|
diffAdded = 'DiffAdd',
|
||||||
|
diffRemoved = 'DiffDelete',
|
||||||
gitcommitHeader = 'SpecialComment',
|
gitcommitHeader = 'SpecialComment',
|
||||||
gitcommitDiscardedFile = 'gitcommitSelectedFile',
|
gitcommitDiscardedFile = 'gitcommitSelectedFile',
|
||||||
gitcommitOverFlow = 'Error',
|
gitcommitOverFlow = 'Error',
|
||||||
|
|
Loading…
Reference in New Issue