fix: transparent Pmenu when disable_float_background

Closes #124
This commit is contained in:
mvllow 2023-02-23 13:52:31 -06:00
commit b456a17d71
No known key found for this signature in database

View file

@ -50,7 +50,7 @@ function M._load(options)
h('NormalFloat', { fg = p.text, bg = maybe.surface })
h('NormalNC', { fg = p.text, bg = maybe.dim_nc_background })
h('NvimInternalError', { fg = '#ffffff', bg = p.love })
h('Pmenu', { fg = p.subtle, bg = p.surface })
h('Pmenu', { fg = p.subtle, bg = p.maybe_surface })
h('PmenuSbar', { bg = p.highlight_low })
h('PmenuSel', { fg = p.text, bg = p.overlay })
h('PmenuThumb', { bg = p.highlight_med })