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:
parent
53e144e6d2
commit
e9733ce739
|
@ -616,6 +616,9 @@ local highlight_groups = {
|
||||||
|
|
||||||
--[[ 4.3.27. VimScript ]]
|
--[[ 4.3.27. VimScript ]]
|
||||||
helpSpecial = 'Special',
|
helpSpecial = 'Special',
|
||||||
|
helpHeader = 'Label',
|
||||||
|
helpHeadline = 'Title',
|
||||||
|
helpSectionDelim = 'Delimiter',
|
||||||
vimCmdSep = 'Delimiter',
|
vimCmdSep = 'Delimiter',
|
||||||
vimFunction = 'Function',
|
vimFunction = 'Function',
|
||||||
vimFgBgAttrib = 'Constant',
|
vimFgBgAttrib = 'Constant',
|
||||||
|
|
Loading…
Reference in New Issue