feat: add NormalFloat

This commit is contained in:
mvllow 2021-11-19 13:36:11 -06:00
commit 38f3720c64

View file

@ -67,7 +67,7 @@ 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 = {}, NormalFloat = { fg = p.text, bg = p.surface },
Pmenu = { fg = p.subtle, bg = p.surface }, Pmenu = { fg = p.subtle, bg = p.surface },
PmenuSbar = { bg = p.overlay }, PmenuSbar = { bg = p.overlay },
PmenuSel = { fg = p.text, bg = p.overlay }, PmenuSel = { fg = p.text, bg = p.overlay },