LineNr={fg=ucolors.vary_color({latte=cp.base0},cp.surface1)},-- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is secp.
NonText={fg=cp.overlay0},-- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.
QuickFixLine={bg=cp.surface1,style={"bold"}},-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search={bg=ucolors.darken(cp.sky,0.30,cp.base),fg=cp.text},-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch={bg=ucolors.darken(cp.sky,0.90,cp.base),fg=cp.mantle},-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
CurSearch={bg=cp.red,fg=cp.mantle},-- 'cursearch' highlighting: highlights the current search you're on differently
SpellBad={sp=cp.red,style={"undercurl"}},-- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
SpellCap={sp=cp.yellow,style={"undercurl"}},-- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
SpellLocal={sp=cp.blue,style={"undercurl"}},-- Word that is recognized by the spellchecker as one that is used in another region. |spell| Combined with the highlighting used otherwise.
SpellRare={sp=cp.green,style={"undercurl"}},-- Word that is recognized by the spellchecker as one that is hardly ever used. |spell| Combined with the highlighting used otherwise.
StatusLine={fg=cp.text,bg=cp.mantle},-- status line of current window
StatusLineNC={fg=cp.surface1,bg=cp.mantle},-- status lines of not-current windows Note: if this is equal to "StatusLine" Vim will use "^^^" in the status line of the current window.
TabLine={bg=cp.mantle,fg=cp.surface1},-- tab pages line, not active tab page label