mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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
|
||||
Pmenu = { link = "NormalFloat" },
|
||||
PmenuSel = { bg = colors.surface0 },
|
||||
PmenuSel = { bg = colors.surface1 },
|
||||
PmenuSbar = { link = "Pmenu" },
|
||||
PmenuThumb = { link = "PmenuSel" },
|
||||
|
||||
-- NoiceMini = { link = "NormalFloat" },
|
||||
WhichKeyFloat = { link = "Pmenu" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue