-- These groups are for the native LSP cliencp. Some other LSP clients may
-- use these groups, or use their own. Consult your LSP client's
-- documentation.
LspReferenceText={bg=cp.catppuccin12},-- used for highlighting "text" references
LspReferenceRead={bg=cp.catppuccin12},-- used for highlighting "read" references
LspReferenceWrite={bg=cp.catppuccin12},-- used for highlighting "write" references
LspReferenceText={bg=cp.black4},-- used for highlighting "text" references
LspReferenceRead={bg=cp.black4},-- used for highlighting "read" references
LspReferenceWrite={bg=cp.black4},-- used for highlighting "write" references
-- hightlight diagnostics in numberline
DiagnosticError={fg=error,style=virtual_text.errors},-- Used as the base highlight group. Other Diagnostic highlights link to this by default
DiagnosticWarn={fg=warning,style=virtual_text.warnings},-- Used as the base highlight group. Other Diagnostic highlights link to this by default
@ -33,7 +33,7 @@ function M.get(cp)
LspDiagnosticsDefaultWarning={fg=warning},-- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultInformation={fg=info},-- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultHint={fg=hint},-- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspSignatureActiveParameter={fg=cp.catppuccin6},
LspSignatureActiveParameter={fg=cp.peach},
-- LspDiagnosticsFloatingError = { }, -- Used to color "Error" diagnostic messages in diagnostics float
-- LspDiagnosticsFloatingWarning = { }, -- Used to color "Warning" diagnostic messages in diagnostics float
-- LspDiagnosticsFloatingInformation = { }, -- Used to color "Information" diagnostic messages in diagnostics float
@ -51,7 +51,7 @@ function M.get(cp)
LspDiagnosticsUnderlineWarning={style=underlines.warnings,sp=warning},-- Used to underline "Warning" diagnostics
LspDiagnosticsUnderlineInformation={style=underlines.information,sp=info},-- Used to underline "Information" diagnostics
LspDiagnosticsUnderlineHint={style=underlines.hints,sp=hint},-- Used to underline "Hint" diagnostics
LspCodeLens={fg=cp.catppuccin11},-- virtual text of the codelens
LspCodeLens={fg=cp.gray0},-- virtual text of the codelens
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.
CursorLineNr={fg=cp.catppuccin0},-- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line. highlights the number in numberline.
MatchParen={fg=cp.catppuccin6,style="bold"},-- The character under the cursor or just before it, if it is a paicatppuccin5 bracket, and its match. |pi_paren.txt|
MsgArea={fg=cp.white},-- Area for messages and cmdline
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.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.catppuccin14},-- Normal text in floating windows.
FloatBorder={fg=cp.catppuccin9},
Pmenu={bg=cp.catppuccin16,fg=cp.catppuccin15},-- Popup menu: normal item.
PmenuThumb={bg=cp.catppuccin11},-- Popup menu: Thumb of the scrollbar.
Question={fg=cp.catppuccin9},-- |hit-enter| prompt and yes/no questions
QuickFixLine={bg=cp.catppuccin12,style="bold"},-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search={bg=cp.catppuccin12,fg=cp.catppuccin4,style="bold"},-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch={bg=cp.catppuccin4,fg=cp.catppuccin12},-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
SpecialKey={fg=cp.catppuccin10},-- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
SpellBad={sp=cp.catppuccin5,style="undercurl"},-- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
SpellCap={sp=cp.catppuccin8,style="undercurl"},-- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
SpellLocal={sp=cp.catppuccin9,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.catppuccin0,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.catppuccin10,bg=cp.catppuccin14},-- status line of current window
StatusLineNC={fg=cp.catppuccin12,bg=cp.catppuccin14},-- 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.catppuccin14,fg=cp.catppuccin12},-- tab pages line, not active tab page label
MoreMsg={fg=cp.blue},-- |more-prompt|
NonText={fg=cp.gray0},-- '@' 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.white,bg=cnf.transparent_backgroundandcp.noneorcp.black2},-- normal text
NormalNC={fg=cp.white,bg=cnf.transparent_backgroundandcp.noneorcp.black2},-- normal text in non-current windows
NormalSB={fg=cp.white,bg=cp.black0},-- normal text in non-current windows
NormalFloat={fg=cp.white,bg=cp.black1},-- Normal text in floating windows.
FloatBorder={fg=cp.blue},
Pmenu={bg=cp.black3,fg=cp.gray2},-- Popup menu: normal item.
PmenuThumb={bg=cp.gray0},-- Popup menu: Thumb of the scrollbar.
Question={fg=cp.blue},-- |hit-enter| prompt and yes/no questions
QuickFixLine={bg=cp.black4,style="bold"},-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search={bg=cp.black4,fg=cp.pink,style="bold"},-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch={bg=cp.pink,fg=cp.black4},-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
SpecialKey={fg=cp.white},-- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
SpellBad={sp=cp.red,style="undercurl"},-- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
SpellCap={sp=cp.yellow,style="undercurl"},-- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
SpellLocal={sp=cp.blue,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.green,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.white,bg=cp.black1},-- status line of current window
StatusLineNC={fg=cp.black4,bg=cp.black1},-- 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.black1,fg=cp.black4},-- tab pages line, not active tab page label
TabLineFill={bg=cp.black},-- tab pages line, where there are no labels
TabLineSel={fg=cp.catppuccin0,bg=cp.catppuccin12},-- tab pages line, active tab page label
Title={fg=cp.catppuccin9,style="bold"},-- titles for output from ":set all", ":autocmd" etcp.
Error={fg=cp.catppuccin5 },-- (prefercatppuccin5) any erroneous construct
Todo={bg=cp.catppuccin8,fg=cp.catppuccin1,style="bold"},-- (prefercatppuccin5) anything that needs extra attention; mostly the keywords TODO FIXME and XXX