SignColumn={bg=cnf.transparencyandcp.noneorcp.catppuccin1,fg=cp.catppuccin12},-- column where |signs| are displayed
SignColumn={bg=cnf.transparent_backgroundandcp.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.
@ -46,8 +46,8 @@ local function get_base()
MsgSeparator={},-- Separator for scrolled messages, `msgsep` flag of 'display'
MoreMsg={fg=cp.catppuccin9},-- |more-prompt|
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
Normal={fg=cp.catppuccin10,bg=cnf.transparent_backgroundandcp.noneorcp.catppuccin1},-- normal text
NormalNC={fg=cp.catppuccin10,bg=cnf.transparent_backgroundandcp.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.