feat: respect transparency for PmenuExtra

Closes #377
This commit is contained in:
mvllow 2025-11-12 09:01:17 -06:00
commit ea6cfffa88
No known key found for this signature in database

View file

@ -1082,6 +1082,7 @@ local function set_highlights()
Normal = { fg = palette.text, bg = "NONE" },
NormalNC = { fg = palette.text, bg = config.options.dim_inactive_windows and palette._nc or "NONE" },
Pmenu = { fg = palette.subtle, bg = "NONE" },
PmenuExtra = { fg = palette.text, bg = "NONE" },
PmenuKind = { fg = palette.foam, bg = "NONE" },
SignColumn = { fg = palette.text, bg = "NONE" },
StatusLine = { fg = palette.subtle, bg = "NONE" },