Comment={fg=cpt.comment,style=cpc.styles.comments},-- any comment
ColorColumn={bg=cpt.bg_visual },-- used for the columns set with 'colorcolumn'
Conceal={fg=cpt.black },-- placeholder characters substituted for concealed text (see 'conceallevel')
Cursor={fg=cpt.bg,bg=cpt.fg },-- character under the cursor
lCursor={fg=cpt.bg,bg=cpt.fg },-- the character under the cursor when |language-mapping| is used (see 'guicursor')
CursorIM={fg=cpt.bg,bg=cpt.fg },-- like Cursor, but used when in IME mode |CursorIM|
CursorColumn={bg=cpt.bg_highlight },-- Screen-column at the cursor, when 'cursorcolumn' is secpt.
CursorLine={bg=cpt.bg_highlight },-- Screen-line at the cursor, when 'cursorline' is secpt. Low-priority if foreground (ctermfg OR guifg) is not secpt.
Directory={fg=cpt.blue },-- directory names (and other special names in listings)
EndOfBuffer={fg=cpt.bg },-- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|.
ErrorMsg={fg=cpt.error },-- error messages on the command line
VertSplit={fg=cpt.border },-- the column separating vertically split windows
Folded={fg=cpt.blue,bg=cpt.fg_gutter },-- line used for closed folds
MsgArea={fg=cp.white_br },-- Area for messages and cmdline
MsgSeparator={},-- Separator for scrolled messages, `msgsep` flag of 'display'
MoreMsg={fg=cpt.blue },-- |more-prompt|
NonText={fg=cpt.comment },-- '@' 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=cpt.fg,bg=cpc.transparencyandcpt.noneorcpt.bg },-- normal text
NormalNC={fg=cpt.fg,bg=cpc.transparencyandcpt.noneorcpt.bg },-- normal text in non-current windows
NormalSB={fg=cpt.fg_sidebar,bg=cpt.bg_sidebar },-- normal text in non-current windows
NormalFloat={fg=cpt.fg,bg=cpt.bg_float },-- Normal text in floating windows.
FloatBorder={fg=cpt.border_highlight },
Pmenu={bg=cpt.bg_popup,fg=cpt.fg },-- Popup menu: normal item.
PmenuThumb={bg=cpt.fg_gutter },-- Popup menu: Thumb of the scrollbar.
Question={fg=cpt.blue },-- |hit-enter| prompt and yes/no questions
QuickFixLine={bg=cpt.bg_visual,style="bold"},-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search={bg=cpt.bg_search,fg=cpt.fg },-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucpt.
IncSearch={bg=cpt.cyan,fg=cpt.black },-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
SpecialKey={fg=cpt.fg },-- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
SpellBad={sp=cpt.error,style="undercurl"},-- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
SpellCap={sp=cpt.warning,style="undercurl"},-- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
SpellLocal={sp=cpt.info,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=cpt.hint,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=cpt.fg_sidebar,bg=cpt.bg_statusline },-- status line of current window
StatusLineNC={fg=cpt.fg_gutter,bg=cpt.bg_statusline },-- 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=cpt.bg_statusline,fg=cpt.fg_gutter },-- tab pages line, not active tab page label
TabLineFill={bg=cpt.black },-- tab pages line, where there are no labels
TabLineSel={fg=cpt.fg_alt,bg=cpt.fg_gutter },-- tab pages line, active tab page label
Title={fg=cpt.blue,style="bold"},-- titles for output from ":set all", ":autocmd" etcpt.
VisualNOS={bg=cpt.bg_visual },-- Visual mode selection when vim is "Not Owning the Selection".
WarningMsg={fg=cpt.warning },-- warning messages
Whitespace={fg=cpt.fg_gutter },-- "nbsp", "space", "tab" and "trail" in 'listchars'
WildMenu={bg=cpt.bg_visual },-- current match in 'wildmenu' completion
MoreMsg={fg=cp.blue },-- |more-prompt|
NonText={fg=cp.comment },-- '@' 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.fg,bg=cnf.transparencyandcp.noneorcp.bg },-- normal text
NormalNC={fg=cp.fg,bg=cnf.transparencyandcp.noneorcp.bg },-- normal text in non-current windows
NormalSB={fg=cp.fg_sidebar,bg=cp.bg_sidebar },-- normal text in non-current windows
NormalFloat={fg=cp.fg,bg=cp.bg_float },-- Normal text in floating windows.
FloatBorder={fg=cp.border_highlight },
Pmenu={bg=cp.bg_popup,fg=cp.fg },-- Popup menu: normal item.
PmenuThumb={bg=cp.fg_gutter },-- Popup menu: Thumb of the scrollbar.
Question={fg=cp.blue },-- |hit-enter| prompt and yes/no questions
QuickFixLine={bg=cp.bg_visual,style="bold"},-- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
Search={bg=cp.bg_search,fg=cp.fg },-- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand oucp.
IncSearch={bg=cp.cyan,fg=cp.black },-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
SpecialKey={fg=cp.fg },-- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
SpellBad={sp=cp.error,style="undercurl"},-- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
SpellCap={sp=cp.warning,style="undercurl"},-- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
SpellLocal={sp=cp.info,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.hint,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.fg_sidebar,bg=cp.bg_statusline },-- status line of current window
StatusLineNC={fg=cp.fg_gutter,bg=cp.bg_statusline },-- 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.bg_statusline,fg=cp.fg_gutter },-- tab pages line, not active tab page label
TabLineFill={bg=cp.black },-- tab pages line, where there are no labels
TabLineSel={fg=cp.fg_alt,bg=cp.fg_gutter },-- tab pages line, active tab page label
Title={fg=cp.blue,style="bold"},-- titles for output from ":set all", ":autocmd" etcp.