mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
ref: Do not apply modifications to PmenuSel
This commit is contained in:
parent
992f332879
commit
160b89dc5e
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ theme.base = {
|
||||||
NormalFloat = { fg = p.subtle },
|
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.foam },
|
PmenuSel = { fg = p.text, bg = p.overlay },
|
||||||
PmenuThumb = { bg = p.inactive },
|
PmenuThumb = { bg = p.inactive },
|
||||||
Question = { fg = p.gold },
|
Question = { fg = p.gold },
|
||||||
-- QuickFixLine = {},
|
-- QuickFixLine = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue