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},-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
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.
@ -70,8 +70,8 @@ local function get_base()
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.