fix: Change hl for PmenuSel/NormalFloat

This commit is contained in:
danymat 2021-12-01 10:45:43 +01:00
commit 992f332879

View file

@ -67,10 +67,10 @@ theme.base = {
MoreMsg = { fg = p.iris }, MoreMsg = { fg = p.iris },
NonText = { fg = p.inactive }, NonText = { fg = p.inactive },
Normal = { fg = p.text, bg = maybe_base }, Normal = { fg = p.text, bg = maybe_base },
NormalFloat = { fg = p.text, bg = p.surface }, NormalFloat = { fg = p.subtle },
Pmenu = { fg = p.subtle }, Pmenu = { fg = p.subtle },
PmenuSbar = { bg = p.overlay }, PmenuSbar = { bg = p.overlay },
PmenuSel = { fg = p.text, bg = p.overlay }, PmenuSel = { fg = p.text, bg = p.foam },
PmenuThumb = { bg = p.inactive }, PmenuThumb = { bg = p.inactive },
Question = { fg = p.gold }, Question = { fg = p.gold },
-- QuickFixLine = {}, -- QuickFixLine = {},