DiagnosticError={fg=cp.katppuccino5},-- Used as the base highlight group. Other Diagnostic highlights link to this by default
DiagnosticWarn={fg=cp.katppuccino8},-- Used as the base highlight group. Other Diagnostic highlights link to this by default
DiagnosticInfo={fg=cp.catppuccino10},-- Used as the base highlight group. Other Diagnostic highlights link to this by default
DiagnosticInfo={fg=cp.katppuccino9},-- Used as the base highlight group. Other Diagnostic highlights link to this by default
DiagnosticHint={fg=cp.hint},-- Used as the base highlight group. Other Diagnostic highlights link to this by default
LspDiagnosticsDefaultError={fg=cp.katppuccino5},-- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultWarning={fg=cp.katppuccino8},-- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultInformation={fg=cp.catppuccino10},-- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultInformation={fg=cp.katppuccino9},-- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultHint={fg=cp.hint},-- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspSignatureActiveParameter={fg=cp.katppuccino6},
-- LspDiagnosticsFloatingError = { }, -- Used to color "Error" diagnostic messages in diagnostics float
@ -30,15 +30,15 @@ function M.get(cp)
LspDiagnosticsError={fg=cp.katppuccino5},
LspDiagnosticsWarning={fg=cp.katppuccino8},
LspDiagnosticsInformation={fg=cp.catppuccino10},
LspDiagnosticsInformation={fg=cp.katppuccino9},
LspDiagnosticsHint={fg=cp.hint},
LspDiagnosticsVirtualTextError={fg=cp.katppuccino5,style=virtual_text.errors},-- Used for "Error" diagnostic virtual text
LspDiagnosticsVirtualTextWarning={fg=cp.katppuccino8,style=virtual_text.warnings},-- Used for "Warning" diagnostic virtual text
LspDiagnosticsVirtualTextInformation={fg=cp.catppuccino10,style=virtual_text.warnings},-- Used for "Information" diagnostic virtual text
LspDiagnosticsVirtualTextInformation={fg=cp.katppuccino9,style=virtual_text.warnings},-- Used for "Information" diagnostic virtual text
LspDiagnosticsVirtualTextHint={fg=cp.hint,style=virtual_text.hints},-- Used for "Hint" diagnostic virtual text
LspDiagnosticsUnderlineError={style=underlines.errors,sp=cp.katppuccino5},-- Used to underline "Error" diagnostics
LspDiagnosticsUnderlineWarning={style=underlines.warnings,sp=cp.katppuccino8},-- Used to underline "Warning" diagnostics
LspDiagnosticsUnderlineInformation={style=underlines.information,sp=cp.catppuccino10},-- Used to underline "Information" diagnostics
LspDiagnosticsUnderlineInformation={style=underlines.information,sp=cp.katppuccino9},-- Used to underline "Information" diagnostics
LspDiagnosticsUnderlineHint={style=underlines.hints,sp=cp.hint},-- Used to underline "Hint" diagnostics
LspCodeLens={fg=cp.catppuccino12},-- virtual text of the codelens
MsgArea={fg=cp.katppuccino0},-- Area for messages and cmdline
MsgSeparator={},-- Separator for scrolled messages, `msgsep` flag of 'display'
MoreMsg={fg=cp.catppuccino10},-- |more-prompt|
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|.
Normal={fg=cp.catppuccino11,bg=cnf.transparencyandcp.noneorcp.katppuccino1},-- normal text
NormalNC={fg=cp.catppuccino11,bg=cnf.transparencyandcp.noneorcp.katppuccino1},-- normal text in non-current windows
NormalSB={fg=cp.fg,bg=cp.catppuccino14},-- normal text in non-current windows
NormalFloat={fg=cp.catppuccino11,bg=cp.catppuccino14},-- Normal text in floating windows.
FloatBorder={fg=cp.catppuccino10},
FloatBorder={fg=cp.katppuccino9},
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
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.
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.katppuccino5,style="undercurl"},-- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
SpellCap={sp=cp.katppuccino8,style="undercurl"},-- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
SpellLocal={sp=cp.catppuccino10,style="undercurl"},-- Word that is recognized by the spellchecker as one that is used in another region. |spell| Combined with the highlighting used otherwise.
SpellLocal={sp=cp.katppuccino9,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.katppuccino0,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.catppuccino11,bg=cp.catppuccino15},-- status line of current window
StatusLineNC={fg=cp.catppuccino13,bg=cp.catppuccino15},-- 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.catppuccino15,fg=cp.catppuccino13},-- tab pages line, not active tab page label
TabLineFill={bg=cp.black},-- tab pages line, where there are no labels
TabLineSel={fg=cp.katppuccino0,bg=cp.catppuccino13},-- tab pages line, active tab page label
Title={fg=cp.catppuccino10,style="bold"},-- titles for output from ":set all", ":autocmd" etcp.
Title={fg=cp.katppuccino9,style="bold"},-- titles for output from ":set all", ":autocmd" etcp.
Special={fg=cp.catppuccino10},-- (preferkatppuccino5) any special symbol
Special={fg=cp.katppuccino9},-- (preferkatppuccino5) any special symbol
-- SpecialChar = { }, -- special character in a constant
-- Tag = { }, -- you can use CTRL-] on this
-- Delimiter = { }, -- character that needs attention
@ -124,15 +124,15 @@ local function get_base()
Error={fg=cp.katppuccino5},-- (preferkatppuccino5) any erroneous construct
Todo={bg=cp.katppuccino8,fg=cp.katppuccino1,style="bold"},-- (preferkatppuccino5) anything that needs extra attention; mostly the keywords TODO FIXME and XXX