mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Revert "Remove background for popups (#38)"
This reverts commit 4fa5912437.
This commit is contained in:
parent
62f9fb7b27
commit
4a36ea9819
1 changed files with 2 additions and 3 deletions
|
|
@ -48,8 +48,8 @@ local theme = {
|
|||
MoreMsg = { fg = p.iris },
|
||||
NonText = { fg = p.inactive },
|
||||
Normal = { fg = p.text, bg = maybe_base },
|
||||
NormalFloat = { fg = p.subtle },
|
||||
Pmenu = { fg = p.subtle },
|
||||
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 },
|
||||
PmenuThumb = { bg = p.inactive },
|
||||
|
|
@ -351,7 +351,6 @@ local theme = {
|
|||
-- nvim-cmp
|
||||
-- https://github.com/hrsh7th/nvim-cmp
|
||||
CmpItemKind = { fg = p.iris },
|
||||
CmpItemMenu = { fg = p.subtle },
|
||||
CmpItemAbbr = { fg = p.subtle },
|
||||
CmpItemAbbrMatch = { fg = p.text, style = 'bold' },
|
||||
CmpItemAbbrMatchFuzzy = { fg = p.text, style = 'bold' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue