LspReferenceRead={bg=cp.surface1},-- used for highlighting "read" references
LspReferenceWrite={bg=cp.surface1},-- used for highlighting "write" references
-- hightlight diagnostics in numberline
DiagnosticError={bg=util.darken(error,darkening_percentage,cp.base2),fg=error,style=virtual_text.errors},-- Used as the base highlight group. Other Diagnostic highlights link to this by default
DiagnosticWarn={bg=util.darken(warning,darkening_percentage,cp.base2),fg=warning,style=virtual_text.warnings},-- Used as the base highlight group. Other Diagnostic highlights link to this by default
DiagnosticInfo={bg=util.darken(info,darkening_percentage,cp.base2),fg=info,style=virtual_text.information},-- Used as the base highlight group. Other Diagnostic highlights link to this by default
DiagnosticHint={bg=util.darken(hint,darkening_percentage,cp.base2),fg=hint,style=virtual_text.hints},-- Used as the base highlight group. Other Diagnostic highlights link to this by default
DiagnosticError={bg=util.darken(error,darkening_percentage,cp.base),fg=error,style=virtual_text.errors},-- Used as the mantle highlight group. Other Diagnostic highlights link to this by default
DiagnosticWarn={bg=util.darken(warning,darkening_percentage,cp.base),fg=warning,style=virtual_text.warnings},-- Used as the mantle highlight group. Other Diagnostic highlights link to this by default
DiagnosticInfo={bg=util.darken(info,darkening_percentage,cp.base),fg=info,style=virtual_text.information},-- Used as the mantle highlight group. Other Diagnostic highlights link to this by default
DiagnosticHint={bg=util.darken(hint,darkening_percentage,cp.base),fg=hint,style=virtual_text.hints},-- Used as the mantle highlight group. Other Diagnostic highlights link to this by default
LspDiagnosticsDefaultError={fg=error},-- Used as the base highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
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)
LspDiagnosticsDefaultError={fg=error},-- Used as the mantle highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultWarning={fg=warning},-- Used as the mantle highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultInformation={fg=info},-- Used as the mantle highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultHint={fg=hint},-- Used as the mantle highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspSignatureActiveParameter={fg=cp.peach},
-- LspDiagnosticsFloatingError = { }, -- Used to color "Error" diagnostic messages in diagnostics float
-- LspDiagnosticsFloatingWarning = { }, -- Used to color "Warning" diagnostic messages in diagnostics float
},-- Screen-line at the cursor, when 'cursorline' is secp. Low-priority if foreground (ctermfg OR guifg) is not secp.
Cursor={fg=cp.base,bg=cp.text},-- character under the cursor
lCursor={fg=cp.base,bg=cp.text},-- the character under the cursor when |language-mapping| is used (see 'guicursor')
CursorIM={fg=cp.base,bg=cp.text},-- like Cursor, but used when in IME mode |CursorIM|
CursorColumn={bg=cp.mantle},-- Screen-column at the cursor, when 'cursorcolumn' is secp.
CursorLine={bg=colors_util.vary_color({latte=util.lighten(cp.mantle,0.70,cp.base)},util.darken(cp.surface0,0.64,cp.base))},-- Screen-line at the cursor, when 'cursorline' is secp. Low-priority if forecrust (ctermfg OR guifg) is not secp.
Directory={fg=cp.blue},-- directory names (and other special names in listings)
EndOfBuffer={fg=cp.base2},-- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|.
EndOfBuffer={fg=cp.base},-- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|.
ErrorMsg={fg=cp.red,style="bold,italic"},-- error messages on the command line
VertSplit={fg=cp.base0},-- the column separating vertically split windows
VertSplit={fg=cp.crust},-- the column separating vertically split windows
Folded={fg=cp.blue,bg=cp.surface1},-- line used for closed folds
SignColumn={bg=cnf.transparent_backgroundandcp.noneorcp.base,fg=cp.surface1},-- column where |signs| are displayed
SignColumnSB={bg=cp.crust,fg=cp.surface1},-- column where |signs| are displayed
Substitute={bg=cp.surface1,fg=cp.pink},-- |:substitute| replacement text highlighting
dev
LineNr={fg=colors_util.vary_color({latte=cp.base0},cp.surface1)},-- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is secp.
LineNr={fg=cp.surface1},-- colors_util.vary_color({latte = cp.crust}, cp.surface1) }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is secp.
CursorLineNr={fg=cp.lavender},-- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line. highlights the number in numberline.
MatchParen={fg=cp.peach,style="bold"},-- The character under the cursor or just before it, if it is a paired bracket, and its match. |pi_paren.txt|
MsgSeparator={},-- Separator for scrolled messages, `msgsep` flag of 'display'
MoreMsg={fg=cp.blue},-- |more-prompt|
NonText={fg=cp.overlay0},-- '@' 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.text,bg=cnf.transparent_backgroundandcp.noneorcp.base2},-- normal text
NormalNC={fg=cp.text,bg=cnf.transparent_backgroundandcp.noneorcp.base2},-- normal text in non-current windows
NormalSB={fg=cp.text,bg=cp.base0},-- normal text in non-current windows
NormalFloat={fg=cp.text,bg=cp.base1},-- Normal text in floating windows.
Normal={fg=cp.text,bg=cnf.transparent_backgroundandcp.noneorcp.base},-- normal text
NormalNC={fg=cp.text,bg=cnf.transparent_backgroundandcp.noneorcp.base},-- normal text in non-current windows
NormalSB={fg=cp.text,bg=cp.crust},-- normal text in non-current windows
NormalFloat={fg=cp.text,bg=cp.mantle},-- Normal text in floating windows.
FloatBorder={fg=cp.blue},
Pmenu={bg=cp.surface0,fg=cp.overlay2},-- Popup menu: normal item.
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.text,bg=cp.base1},-- status line of current window
StatusLineNC={fg=cp.surface1,bg=cp.base1},-- 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.base1,fg=cp.surface1},-- tab pages line, not active tab page label
StatusLine={fg=cp.text,bg=cp.mantle},-- status line of current window
StatusLineNC={fg=cp.surface1,bg=cp.mantle},-- 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.mantle,fg=cp.surface1},-- tab pages line, not active tab page label
TabLineFill={bg=cp.black},-- tab pages line, where there are no labels
TabLineSel={fg=cp.green,bg=cp.surface1},-- tab pages line, active tab page label
Title={fg=cp.blue,style="bold"},-- titles for output from ":set all", ":autocmd" etcp.