mirror of
https://github.com/pnx/dotfiles
synced 2026-06-27 04:13:41 +02:00
nvim: style Pmenu abit nicer
This commit is contained in:
parent
f7e141da9a
commit
1db812896c
1 changed files with 3 additions and 1 deletions
|
|
@ -33,7 +33,9 @@ return {
|
||||||
|
|
||||||
-- Menus
|
-- Menus
|
||||||
Pmenu = { link = "NormalFloat" },
|
Pmenu = { link = "NormalFloat" },
|
||||||
PmenuSel = { bg = colors.surface0 },
|
PmenuSel = { bg = colors.surface1 },
|
||||||
|
PmenuSbar = { link = "Pmenu" },
|
||||||
|
PmenuThumb = { link = "PmenuSel" },
|
||||||
|
|
||||||
-- NoiceMini = { link = "NormalFloat" },
|
-- NoiceMini = { link = "NormalFloat" },
|
||||||
WhichKeyFloat = { link = "Pmenu" },
|
WhichKeyFloat = { link = "Pmenu" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue