ref(colors): improve git diff highlights

This commit is contained in:
Iron-E 2021-02-02 15:36:20 -05:00
parent 47fae28325
commit 0128acdf2f
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 2 additions and 0 deletions

View File

@ -671,6 +671,8 @@ local highlight_groups = {
yamlKey = 'Label',
--[[ 4.3.34. Git ]]
diffAdded = 'DiffAdd',
diffRemoved = 'DiffDelete',
gitcommitHeader = 'SpecialComment',
gitcommitDiscardedFile = 'gitcommitSelectedFile',
gitcommitOverFlow = 'Error',