Revert "refactor: pmenu"
Some checks are pending
Test / lint (push) Waiting to run
Test / pandoc to vimdoc (push) Waiting to run

This reverts commit 3294d5ec79.
This commit is contained in:
Max Miliano 2024-08-25 18:50:24 -03:00
parent 68eb457172
commit aea00f2a45

View file

@ -422,7 +422,7 @@ M.set_highlight = function(colors, config)
nvim_set_hl('FloatBorder', { link = 'WinSeparator' })
nvim_set_hl('FloatTitle', { fg = colors.blue })
nvim_set_hl('NormalNC', { link = 'Normal' })
nvim_set_hl('Pmenu', { fg = colors.base0, bg = colors.base04 }, { transparent = config.transparent })
nvim_set_hl('Pmenu', { fg = colors.base0, bg = colors.base04 })
nvim_set_hl('PmenuSel', { fg = colors.blue, reverse = true })
nvim_set_hl('PmenuKind', { link = 'Pmenu' })
nvim_set_hl('PmenuKindSel', { link = 'PmenuSel' })