mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-04-19 16:27:44 +02:00
added cterm colors for pmenu
This commit is contained in:
parent
aa91844141
commit
683d81966c
@ -29,7 +29,7 @@ theme.set_highlights = function(opts)
|
||||
hl(0, 'NonText', { fg = c.guide_normal })
|
||||
|
||||
hl(0, 'Pmenu', { fg = c.fg, bg = c.selection_inactive, ctermfg = 188, ctermbg = 17 })
|
||||
hl(0, 'PmenuSel', { fg = c.fg, bg = c.selection_bg, ctermfg = 188, ctermbg = 23, reverse = true })
|
||||
hl(0, 'PmenuSel', { fg = c.selction_bg, bg = c.fg, ctermfg = 188, ctermbg = 23 })
|
||||
|
||||
hl(0, 'FloatBorder', { fg = c.fg, bg = c.selection_inactive })
|
||||
hl(0, 'Question', { fg = c.string })
|
||||
|
Loading…
x
Reference in New Issue
Block a user