ref: Do not apply modifications to PmenuSel

This commit is contained in:
danymat 2021-12-02 16:23:06 +01:00
commit 160b89dc5e

View file

@ -70,7 +70,7 @@ theme.base = {
NormalFloat = { fg = p.subtle },
Pmenu = { fg = p.subtle },
PmenuSbar = { bg = p.overlay },
PmenuSel = { fg = p.text, bg = p.foam },
PmenuSel = { fg = p.text, bg = p.overlay },
PmenuThumb = { bg = p.inactive },
Question = { fg = p.gold },
-- QuickFixLine = {},