1
0
Fork 0
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:
Henrik Hautakoski 2024-08-15 18:26:02 +02:00
parent f7e141da9a
commit 1db812896c

View file

@ -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" },