LspReferenceRead={bg=cp.surface1},-- used for highlighting "read" references
LspReferenceRead={bg=cp.surface1},-- used for highlighting "read" references
LspReferenceWrite={bg=cp.surface1},-- used for highlighting "write" references
LspReferenceWrite={bg=cp.surface1},-- used for highlighting "write" references
-- hightlight diagnostics in numberline
-- hightlight diagnostics in numberline
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
DiagnosticError={bg=ucolors.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
DiagnosticWarn={bg=ucolors.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
DiagnosticInfo={bg=ucolors.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
DiagnosticHint={bg=ucolors.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
lCursor={fg=cp.base,bg=cp.text},-- the character under the cursor when |language-mapping| is used (see 'guicursor')
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|
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.
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.
CursorLine={
bg=ucolors.vary_color(
{latte=ucolors.lighten(cp.mantle,0.70,cp.base)},
ucolors.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)
Directory={fg=cp.blue},-- directory names (and other special names in listings)
EndOfBuffer={fg=cp.base},-- 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
ErrorMsg={fg=cp.red,style="bold,italic"},-- error messages on the command line
@ -38,7 +42,7 @@ local function get_base()
SignColumn={bg=cnf.transparent_backgroundandcp.noneorcp.base,fg=cp.surface1},-- column where |signs| are displayed
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
SignColumnSB={bg=cp.crust,fg=cp.surface1},-- column where |signs| are displayed
Substitute={bg=cp.surface1,fg=cp.pink},-- |:substitute| replacement text highlighting
Substitute={bg=cp.surface1,fg=cp.pink},-- |:substitute| replacement text highlighting
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.
LineNr={fg=cp.surface1},-- ucolors.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.
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|
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|