SignColumn={bg=cnf.transparencyandcp.noneorcp.catppuccin1,fg=cp.catppuccin12},-- column where |signs| are displayed
SignColumnSB={bg=cp.catppuccin13,fg=cp.catppuccin12},-- column where |signs| are displayed
Substitute={bg=cp.catppuccin12,fg=cp.catppuccin4},-- |:substitute| replacement text highlighting
LineNr={fg=cp.catppuccin12},-- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is secp.
CursorLineNr={fg=cp.catppuccin0},-- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line. highlights the number in numberline.
MatchParen={fg=cp.catppuccin6,style="bold"},-- The character under the cursor or just before it, if it is a paicatppuccin5 bracket, and its match. |pi_paren.txt|
NonText={fg=cp.catppuccin11},-- '@' 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.catppuccin10,bg=cnf.transparencyandcp.noneorcp.catppuccin1},-- normal text
NormalNC={fg=cp.catppuccin10,bg=cnf.transparencyandcp.noneorcp.catppuccin1},-- normal text in non-current windows
NormalSB={fg=cp.catppuccin10,bg=cp.catppuccin13},-- normal text in non-current windows
NormalFloat={fg=cp.catppuccin10,bg=cp.catppuccin13},-- Normal text in floating windows.
FloatBorder={fg=cp.catppuccin9},
Pmenu={bg=cp.catppuccin14,fg=cp.catppuccin10},-- Popup menu: normal item.
PmenuThumb={bg=cp.catppuccin11},-- Popup menu: Thumb of the scrollbar.
Question={fg=cp.catppuccin9},-- |hit-enter| prompt and yes/no questions
QuickFixLine={bg=cp.catppuccin12,style="bold"},-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search={bg=cp.catppuccin12,fg=cp.catppuccin4},-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch={bg=cp.catppuccin4,fg=cp.catppuccin12},-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
SpecialKey={fg=cp.catppuccin10},-- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
SpellBad={sp=cp.catppuccin5,style="undercurl"},-- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
SpellCap={sp=cp.catppuccin8,style="undercurl"},-- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
SpellLocal={sp=cp.catppuccin9,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.catppuccin0,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.catppuccin10,bg=cp.catppuccin14},-- status line of current window
StatusLineNC={fg=cp.catppuccin12,bg=cp.catppuccin14},-- 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.catppuccin14,fg=cp.catppuccin12},-- tab pages line, not active tab page label
Error={fg=cp.catppuccin5},-- (prefercatppuccin5) any erroneous construct
Todo={bg=cp.catppuccin8,fg=cp.catppuccin1,style="bold"},-- (prefercatppuccin5) anything that needs extra attention; mostly the keywords TODO FIXME and XXX