feat(colors): more defaults for help files

The help files had some defaults that didn't necessarily make a lot of
sense to me. They changed to be what their names imply.
This commit is contained in:
Iron-E 2020-12-13 19:07:13 -05:00
parent 53e144e6d2
commit e9733ce739
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 3 additions and 0 deletions

View File

@ -616,6 +616,9 @@ local highlight_groups = {
--[[ 4.3.27. VimScript ]]
helpSpecial = 'Special',
helpHeader = 'Label',
helpHeadline = 'Title',
helpSectionDelim = 'Delimiter',
vimCmdSep = 'Delimiter',
vimFunction = 'Function',
vimFgBgAttrib = 'Constant',