@ -154,7 +154,7 @@ call s:h("SignColumn", {}) " column where signs are displayed
calls:h("IncSearch", { "fg": s:visual_black,"bg": s:visual_grey })" 'incsearch' highlighting; also used for the text replaced with ":s///c"
calls:h("LineNr", { "fg": s:gutter_fg_grey,"bg": s:gutter_bg_grey })" Line number for ":number" and ":#" commands,andwhen'number'or'relativenumber'optionisset.
calls:h("CursorLineNr", {})" Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line.
calls:h("MatchParen", {})" The character under the cursor or just before it, if it is a paired bracket, and its match.
calls:h("MatchParen", {"fg": s:blue,"gui": "underline"})" The character under the cursor or just before it, if it is a paired bracket, and its match.
calls:h("NonText", { "fg": s:special_grey })" '~' and '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayedwhenadouble-widecharacterdoesn'tfitattheendoftheline).