Cursor={fg=cp.catppuccino2,bg=cp.catppuccino11},-- character under the cursor
lCursor={fg=cp.catppuccino2,bg=cp.catppuccino11},-- the character under the cursor when |language-mapping| is used (see 'guicursor')
CursorIM={fg=cp.catppuccino2,bg=cp.catppuccino11},-- like Cursor, but used when in IME mode |CursorIM|
CursorColumn={bg=cp.catppuccino2_highlight},-- Screen-column at the cursor, when 'cursorcolumn' is secp.
CursorLine={bg=cp.catppuccino2_highlight},-- Screen-line at the cursor, when 'cursorline' is secp. Low-priority if foreground (ctermfg OR guifg) is not secp.
SignColumn={bg=cnf.transparencyandcp.noneorcp.catppuccino2,fg=cp.catppuccino13},-- column where |signs| are displayed
SignColumnSB={bg=cp.catppuccino2_sidebar,fg=cp.catppuccino13},-- column where |signs| are displayed
Substitute={bg=cp.catppuccino6,fg=cp.black},-- |:substitute| replacement text highlighting
LineNr={fg=cp.catppuccino13},-- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is secp.
CursorLineNr={fg=cp.catppuccino11_alt},-- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line. highlights the number in numberline.
MatchParen={fg=cp.catppuccino7,style="bold"},-- The character under the cursor or just before it, if it is a paicatppuccino6 bracket, and its match. |pi_paren.txt|
NonText={fg=cp.catppuccino12},-- '@' 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.catppuccino2_visual,style="bold"},-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search={bg=cp.catppuccino2_search,fg=cp.catppuccino11},-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch={bg=cp.catppuccino3,fg=cp.black},-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
SpecialKey={fg=cp.catppuccino11},-- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
SpellBad={sp=cp.error,style="undercurl"},-- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
SpellCap={sp=cp.warning,style="undercurl"},-- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
SpellLocal={sp=cp.info,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.hint,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.catppuccino11_sidebar,bg=cp.catppuccino2_statusline},-- status line of current window
StatusLineNC={fg=cp.catppuccino13,bg=cp.catppuccino2_statusline},-- 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.catppuccino2_statusline,fg=cp.catppuccino13},-- tab pages line, not active tab page label
TabLineFill={bg=cp.black},-- tab pages line, where there are no labels
TabLineSel={fg=cp.catppuccino11_alt,bg=cp.catppuccino13},-- tab pages line, active tab page label
Todo={bg=cp.catppuccino9,fg=cp.catppuccino2,style="bold"},-- (prefercatppuccino6) anything that needs extra attention; mostly the keywords TODO FIXME and XXX