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