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.katppuccino4},-- |:substitute| replacement text highlighting
@ -44,7 +44,7 @@ local function get_base()
MsgArea={fg=cp.katppuccino0},-- Area for messages and cmdline
MsgSeparator={},-- Separator for scrolled messages, `msgsep` flag of 'display'
MoreMsg={fg=cp.katppuccino9},-- |more-prompt|
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|.
NonText={fg=cp.katppuccino11},-- '@' 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.katppuccino10,bg=cnf.transparencyandcp.noneorcp.katppuccino1},-- normal text
NormalNC={fg=cp.katppuccino10,bg=cnf.transparencyandcp.noneorcp.katppuccino1},-- normal text in non-current windows
NormalSB={fg=cp.fg,bg=cp.catppuccino14},-- normal text in non-current windows
@ -53,7 +53,7 @@ local function get_base()
Pmenu={bg=cp.catppuccino15,fg=cp.katppuccino10},-- Popup menu: normal item.
PmenuThumb={bg=cp.catppuccino12},-- Popup menu: Thumb of the scrollbar.
PmenuThumb={bg=cp.katppuccino11},-- Popup menu: Thumb of the scrollbar.
Question={fg=cp.katppuccino9},-- |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.katppuccino4},-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
@ -73,12 +73,12 @@ local function get_base()
VisualNOS={bg=cp.catppuccino16},-- Visual mode selection when vim is "Not Owning the Selection".