mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: Pmenu fg typo
This commit is contained in:
parent
cd6c951edc
commit
c963bf1a75
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ local function set_highlights()
|
||||||
PmenuKind = { fg = palette.foam, bg = groups.panel },
|
PmenuKind = { fg = palette.foam, bg = groups.panel },
|
||||||
PmenuKindSel = { fg = palette.subtle, bg = palette.overlay },
|
PmenuKindSel = { fg = palette.subtle, bg = palette.overlay },
|
||||||
PmenuSbar = { bg = groups.panel },
|
PmenuSbar = { bg = groups.panel },
|
||||||
PmenuSel = { fg = palette.title, bg = palette.overlay },
|
PmenuSel = { fg = palette.text, bg = palette.overlay },
|
||||||
PmenuThumb = { bg = palette.muted },
|
PmenuThumb = { bg = palette.muted },
|
||||||
Question = { fg = palette.gold },
|
Question = { fg = palette.gold },
|
||||||
-- QuickFixLink = {},
|
-- QuickFixLink = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue