Comment={fg=cp.surface2,style=cnf.styles.comments},-- just comments
ColorColumn={bg=cp.surface0},-- used for the columns set with 'colorcolumn'
Conceal={fg=cp.overlay1},-- placeholder characters substituted for concealed text (see 'conceallevel')
Cursor={fg=cp.base2,bg=cp.text},-- character under the cursor
lCursor={fg=cp.base2,bg=cp.text},-- the character under the cursor when |language-mapping| is used (see 'guicursor')
CursorIM={fg=cp.base2,bg=cp.text},-- like Cursor, but used when in IME mode |CursorIM|
CursorColumn={bg=cp.base1},-- Screen-column at the cursor, when 'cursorcolumn' is secp.
CursorLine={bg=colors_util.vary_color({latte=util.lighten(cp.base1,0.70,cp.base2)},util.darken(cp.surface0,0.64,cp.base2))},-- Screen-line at the cursor, when 'cursorline' is secp. Low-priority if foreground (ctermfg OR guifg) is not secp.
SignColumn={bg=cnf.transparent_backgroundandcp.noneorcp.base2,fg=cp.surface1},-- column where |signs| are displayed
SignColumnSB={bg=cp.base0,fg=cp.surface1},-- column where |signs| are displayed
Substitute={bg=cp.surface1,fg=cp.pink},-- |:substitute| replacement text highlighting
LineNr={fg=colors_util.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|.
Normal={fg=cp.text,bg=cnf.transparent_backgroundandcp.noneorcp.base2},-- normal text
NormalNC={fg=cp.text,bg=cnf.transparent_backgroundandcp.noneorcp.base2},-- normal text in non-current windows
NormalSB={fg=cp.text,bg=cp.base0},-- normal text in non-current windows
NormalFloat={fg=cp.text,bg=cp.base1},-- Normal text in floating windows.
QuickFixLine={bg=cp.surface1,style="bold"},-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search={bg=cp.surface1,fg=cp.pink,style="bold"},-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch={bg=cp.pink,fg=cp.surface1},-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
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.base1},-- status line of current window
StatusLineNC={fg=cp.surface1,bg=cp.base1},-- 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.base1,fg=cp.surface1},-- tab pages line, not active tab page label