MsgArea={fg=cpt.white_br},-- Area for messages and cmdline
MsgArea={fg=cpt.white_br},-- Area for messages and cmdline
MsgSeparator={},-- Separator for scrolled messages, `msgsep` flag of 'display'
MsgSeparator={},-- Separator for scrolled messages, `msgsep` flag of 'display'
MoreMsg={fg=cpt.blue},-- |more-prompt|
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|.
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
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
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
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.
NormalFloat={fg=cpt.fg,bg=cpt.bg_float},-- Normal text in floating windows.
FloatBorder={fg=cpt.border_highlight},
FloatBorder={fg=cpt.border_highlight},
Pmenu={bg=cpt.bg_popup,fg=cpt.fg},-- Popup menu: normal item.
Pmenu={bg=cpt.bg_popup,fg=cpt.fg},-- Popup menu: normal item.
PmenuThumb={bg=cpt.fg_gutter},-- Popup menu: Thumb of the scrollbar.
PmenuThumb={bg=cpt.fg_gutter},-- Popup menu: Thumb of the scrollbar.
Question={fg=cpt.blue},-- |hit-enter| prompt and yes/no questions
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.
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.
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"
IncSearch={bg=cpt.cyan,fg=cpt.black},-- 'incsearch' highlighting; also used for the text replaced with ":s///c"
SpecialKey={fg=cpt.black},-- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
SpecialKey={fg=cpt.black},-- 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.
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.
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.
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.
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
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.
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
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
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
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.
Title={fg=cpt.blue,style="bold"},-- titles for output from ":set all", ":autocmd" etcpt.