mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: Change hl for PmenuSel/NormalFloat
This commit is contained in:
parent
4d5a98725e
commit
992f332879
1 changed files with 2 additions and 2 deletions
|
|
@ -67,10 +67,10 @@ theme.base = {
|
|||
MoreMsg = { fg = p.iris },
|
||||
NonText = { fg = p.inactive },
|
||||
Normal = { fg = p.text, bg = maybe_base },
|
||||
NormalFloat = { fg = p.text, bg = p.surface },
|
||||
NormalFloat = { fg = p.subtle },
|
||||
Pmenu = { fg = p.subtle },
|
||||
PmenuSbar = { bg = p.overlay },
|
||||
PmenuSel = { fg = p.text, bg = p.overlay },
|
||||
PmenuSel = { fg = p.text, bg = p.foam },
|
||||
PmenuThumb = { bg = p.inactive },
|
||||
Question = { fg = p.gold },
|
||||
-- QuickFixLine = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue