mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add NormalFloat
This commit is contained in:
parent
75ecde0bb2
commit
38f3720c64
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ theme.base = {
|
|||
MoreMsg = { fg = p.iris },
|
||||
NonText = { fg = p.inactive },
|
||||
Normal = { fg = p.text, bg = maybe_base },
|
||||
-- NormalFloat = {},
|
||||
NormalFloat = { fg = p.text, bg = p.surface },
|
||||
Pmenu = { fg = p.subtle, bg = p.surface },
|
||||
PmenuSbar = { bg = p.overlay },
|
||||
PmenuSel = { fg = p.text, bg = p.overlay },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue