Comment={fg=cp.surface2,style=cnf.styles.comments},-- just comments
ColorColumn={bg=cp.surface0},-- used for the columns set with 'colorcolumn'
@ -29,9 +27,9 @@ local function get_base()
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)
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)
@ -43,7 +41,7 @@ local function get_base()
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
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},-- colors_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.
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|