Comment={fg=cp.comment,style=cnf.styles.comments},-- any comment
ColorColumn={bg =cp.bg_visual },-- used for the columns set with 'colorcolumn'
ColorColumn={catppuccino2 =cp.catppuccino2_visual },-- used for the columns set with 'colorcolumn'
Conceal={fg=cp.black},-- placeholder characters substituted for concealed text (see 'conceallevel')
Cursor={fg=cp.bg,bg=cp.fg},-- character under the cursor
lCursor={fg=cp.bg,bg=cp.fg},-- the character under the cursor when |language-mapping| is used (see 'guicursor')
CursorIM={fg=cp.bg,bg=cp.fg},-- like Cursor, but used when in IME mode |CursorIM|
CursorColumn={bg =cp.bg_highlight },-- Screen-column at the cursor, when 'cursorcolumn' is secp.
CursorLine={bg =cp.bg_highlight },-- Screen-line at the cursor, when 'cursorline' is secp. Low-priority if foreground (ctermfg OR guifg) is not secp.
Cursor={fg=cp.catppuccino2,catppuccino2=cp.fg},-- character under the cursor
lCursor={fg=cp.catppuccino2,catppuccino2=cp.fg},-- the character under the cursor when |language-mapping| is used (see 'guicursor')
CursorIM={fg=cp.catppuccino2,catppuccino2=cp.fg},-- like Cursor, but used when in IME mode |CursorIM|
CursorColumn={catppuccino2 =cp.catppuccino2_highlight },-- Screen-column at the cursor, when 'cursorcolumn' is secp.
CursorLine={catppuccino2 =cp.catppuccino2_highlight },-- Screen-line at the cursor, when 'cursorline' is secp. Low-priority if foreground (ctermfg OR guifg) is not secp.
Directory={fg=cp.blue},-- directory names (and other special names in listings)
EndOfBuffer={fg=cp.bg},-- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|.
EndOfBuffer={fg=cp.catppuccino2},-- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|.
ErrorMsg={fg=cp.error},-- error messages on the command line
VertSplit={fg=cp.border},-- the column separating vertically split windows
Folded={fg=cp.blue,bg=cp.fg_gutter},-- line used for closed folds
SignColumn={catppuccino2 =cnf.transparencyandcp.noneorcp.catppuccino2,fg=cp.fg_gutter},-- column where |signs| are displayed
SignColumnSB={catppuccino2 =cp.catppuccino2_sidebar,fg=cp.fg_gutter},-- column where |signs| are displayed
Substitute={catppuccino2=cp.red,fg=cp.black},-- |:substitute| replacement text highlighting
LineNr={fg=cp.fg_gutter},-- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is secp.
CursorLineNr={fg=cp.fg_alt},-- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line. highlights the number in numberline.
MatchParen={fg=cp.orange,style="bold"},-- The character under the cursor or just before it, if it is a paired bracket, and its match. |pi_paren.txt|
@ -46,35 +46,35 @@ local function get_base()
MsgSeparator={},-- Separator for scrolled messages, `msgsep` flag of 'display'
MoreMsg={fg=cp.blue},-- |more-prompt|
NonText={fg=cp.comment},-- '@' 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.fg,bg =cnf.transparencyandcp.noneorcp.bg},-- normal text
NormalNC={fg=cp.fg,bg =cnf.transparencyandcp.noneorcp.bg},-- normal text in non-current windows
NormalSB={fg=cp.fg_sidebar,bg =cp.bg_sidebar },-- normal text in non-current windows
NormalFloat={fg=cp.fg,bg =cp.bg_float },-- Normal text in floating windows.
Normal={fg=cp.fg,catppuccino2 =cnf.transparencyandcp.noneorcp.catppuccino2},-- normal text
NormalNC={fg=cp.fg,catppuccino2 =cnf.transparencyandcp.noneorcp.catppuccino2},-- normal text in non-current windows
NormalSB={fg=cp.fg_sidebar,catppuccino2 =cp.catppuccino2_sidebar },-- normal text in non-current windows
NormalFloat={fg=cp.fg,catppuccino2 =cp.catppuccino2_float },-- Normal text in floating windows.
FloatBorder={fg=cp.border_highlight},
Pmenu={bg =cp.bg_popup,fg=cp.fg},-- Popup menu: normal item.
PmenuThumb={catppuccino2=cp.fg_gutter},-- Popup menu: Thumb of the scrollbar.
Question={fg=cp.blue},-- |hit-enter| prompt and yes/no questions
QuickFixLine={bg =cp.bg_visual,style="bold"},-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search={bg =cp.bg_search,fg=cp.fg},-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch={bg =cp.cyan,fg=cp.black},-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
QuickFixLine={catppuccino2 =cp.catppuccino2_visual,style="bold"},-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search={catppuccino2 =cp.catppuccino2_search,fg=cp.fg},-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch={catppuccino2 =cp.catppuccino3,fg=cp.black},-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
SpecialKey={fg=cp.fg},-- 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.fg_sidebar,bg =cp.bg_statusline },-- status line of current window
StatusLineNC={fg=cp.fg_gutter,bg =cp.bg_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.bg_statusline,fg=cp.fg_gutter},-- tab pages line, not active tab page label
TabLineFill={bg=cp.black},-- tab pages line, where there are no labels
TabLineSel={fg=cp.fg_alt,bg=cp.fg_gutter},-- tab pages line, active tab page label
StatusLine={fg=cp.fg_sidebar,catppuccino2 =cp.catppuccino2_statusline },-- status line of current window
StatusLineNC={fg=cp.fg_gutter,catppuccino2 =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={catppuccino2 =cp.catppuccino2_statusline,fg=cp.fg_gutter},-- tab pages line, not active tab page label
TabLineFill={catppuccino2=cp.black},-- tab pages line, where there are no labels
TabLineSel={fg=cp.fg_alt,catppuccino2=cp.fg_gutter},-- tab pages line, active tab page label
Title={fg=cp.blue,style="bold"},-- titles for output from ":set all", ":autocmd" etcp.
Error={fg=cp.error},-- (preferred) any erroneous construct
Todo={bg =cp.yellow,fg=cp.bg,style="bold"},-- (preferred) anything that needs extra attention; mostly the keywords TODO FIXME and XXX
Todo={catppuccino2 =cp.yellow,fg=cp.catppuccino2,style="bold"},-- (preferred) anything that needs extra attention; mostly the keywords TODO FIXME and XXX