SignColumn={bg=cnf.transparencyandcp.noneorcp.katppuccino1,fg=cp.catppuccino13},-- column where |signs| are displayed
SignColumnSB={bg=cp.catppuccino14,fg=cp.catppuccino13},-- column where |signs| are displayed
Substitute={bg=cp.catppuccino13,fg=cp.catppuccino5},-- |:substitute| replacement text highlighting
Substitute={bg=cp.catppuccino13,fg=cp.katppuccino4},-- |: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.katppuccino0},-- 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|
@ -51,13 +51,13 @@ local function get_base()
NormalFloat={fg=cp.catppuccino11,bg=cp.catppuccino14},-- Normal text in floating windows.
FloatBorder={fg=cp.catppuccino10},
Pmenu={bg=cp.catppuccino15,fg=cp.catppuccino11},-- Popup menu: normal item.
PmenuThumb={bg=cp.catppuccino12},-- Popup menu: Thumb of the scrollbar.
Question={fg=cp.catppuccino10},-- |hit-enter| prompt and yes/no questions
QuickFixLine={bg=cp.catppuccino13,style="bold"},-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search={bg=cp.catppuccino13,fg=cp.catppuccino5},-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch={bg=cp.catppuccino5,fg=cp.catppuccino13},-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
Search={bg=cp.catppuccino13,fg=cp.katppuccino4},-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch={bg=cp.katppuccino4,fg=cp.catppuccino13},-- '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.catppuccino6,style="undercurl"},-- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
SpellCap={sp=cp.catppuccino9,style="undercurl"},-- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
@ -95,11 +95,11 @@ local function get_base()
Repeat={fg=cp.catppuccino6},-- for, do, while, etcp.
Todo={bg=cp.catppuccino9,fg=cp.katppuccino1,style="bold"},-- (prefercatppuccino6) anything that needs extra attention; mostly the keywords TODO FIXME and XXX