calls:h("PmenuThumb", { "bg": s:white })" Popup menu: Thumb of the scrollbar.
calls:h("Question", { "fg": s:purple })" hit-enter prompt and yes/no questions
calls:h("Search", { "fg": s:black,"bg": s:yellow })" Last search pattern highlighting (see 'hlsearch'). Also used by few other items that need to stand out.
calls:h("QuickFixLine", { "fg": s:black,"bg": s:yellow })" Used for highlighting the current line in the quickfix window.
calls:h("Search", { "fg": s:black,"bg": s:yellow })" Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
calls:h("QuickFixLine", { "fg": s:black,"bg": s:yellow })" Current quickfix item in the quickfix window.
calls:h("SpecialKey", { "fg": s:special_grey })" Meta and special keys listed with ":map",alsofortextusedtoshowunprintablecharactersinthetext,'listchars'. Generally: textthatisdisplayeddifferentlyfromwhatitreallyis.
calls:h("SpellBad", { "fg": s:red,"gui": "underline","cterm": "underline" })" Word that is not recognized by the spellchecker. This will be combined with the highlighting used otherwise.
calls:h("SpellCap", { "fg": s:dark_yellow })" Word that should start with a capital. This will be combined with the highlighting used otherwise.