pmenu: non-transparent background

This commit is contained in:
Ryan El Kochta 2025-05-05 14:50:19 -04:00
parent f659db9c73
commit e2a17997c4

View file

@ -19,6 +19,8 @@ return {
TelescopeSelection = { fg = colors.text, bg = colors.surface0 }, TelescopeSelection = { fg = colors.text, bg = colors.surface0 },
-- clearer delineation for which-key -- clearer delineation for which-key
WhichKeyNormal = { bg = colors.mantle }, WhichKeyNormal = { bg = colors.mantle },
-- right-click menu
Pmenu = { bg = colors.mantle },
} }
end, end,
}, },