added cterm colors for pmenu

master
tiyn 1 year ago
parent 3c1ee01c9f
commit aa91844141

@ -28,9 +28,8 @@ theme.set_highlights = function(opts)
hl(0, 'MoreMsg', { fg = c.string })
hl(0, 'NonText', { fg = c.guide_normal })
-- TODO: fix pmenu colors
hl(0, 'Pmenu', { fg = c.fg, bg = c.selection_inactive })
hl(0, 'PmenuSel', { fg = c.fg, bg = c.selection_inactive, reverse = true })
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, 'FloatBorder', { fg = c.fg, bg = c.selection_inactive })
hl(0, 'Question', { fg = c.string })

Loading…
Cancel
Save