@ -170,7 +170,7 @@ call s:h("SpellBad", { "fg": s:red }) " Word that is not recognized by the spell
calls:h("SpellCap", { "fg": s:dark_yellow })" Word that should start with a capital. This will be combined with the highlighting used otherwise.
calls:h("SpellLocal", { "fg": s:dark_yellow })" Word that is recognized by the spellchecker as one that is used in another region. This will be combined with the highlighting used otherwise.
calls:h("SpellRare", { "fg": s:dark_yellow })" Word that is recognized by the spellchecker as one that is hardly ever used. spell This will be combined with the highlighting used otherwise.
calls:h("StatusLine", { "fg": s:white })" status line of current window
calls:h("StatusLine", { "fg": s:white,"bg": s:cursor_grey })" status line of current window
calls:h("StatusLineNC", { "fg": s:comment_grey })" status lines of not-current windows Note: if this is equal to "StatusLine" Vim will use "^^^" inthestatuslineofthecurrentwindow.
calls:h("TabLine", {})" tab pages line, not active tab page label
calls:h("TabLineFill", {})" tab pages line, where there are no labels