LineNr={fg=cp.catppuccino13},-- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is secp.
CursorLineNr={fg=cp.catppuccino16},-- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line. highlights the number in numberline.
MatchParen={fg=cp.catppuccino7,style="bold"},-- The character under the cursor or just before it, if it is a paicatppuccino6 bracket, and its match. |pi_paren.txt|
MsgArea={fg=cp.catppuccino0},-- Area for messages and cmdline
MsgSeparator={},-- Separator for scrolled messages, `msgsep` flag of 'display'
MoreMsg={fg=cp.catppuccino10},-- |more-prompt|
@ -68,7 +68,7 @@ local function get_base()
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.catppuccino11_alt,bg=cp.catppuccino13},-- tab pages line, active tab page label
TabLineSel={fg=cp.catppuccino0,bg=cp.catppuccino13},-- tab pages line, active tab page label
Title={fg=cp.catppuccino10,style="bold"},-- titles for output from ":set all", ":autocmd" etcp.