From e2a17997c4a2a322920afc4a794df15a10b0f350 Mon Sep 17 00:00:00 2001 From: Ryan El Kochta Date: Mon, 5 May 2025 14:50:19 -0400 Subject: [PATCH] pmenu: non-transparent background --- lua/plugins/theme.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/theme.lua b/lua/plugins/theme.lua index c71b5aa..88b9d36 100644 --- a/lua/plugins/theme.lua +++ b/lua/plugins/theme.lua @@ -19,6 +19,8 @@ return { TelescopeSelection = { fg = colors.text, bg = colors.surface0 }, -- clearer delineation for which-key WhichKeyNormal = { bg = colors.mantle }, + -- right-click menu + Pmenu = { bg = colors.mantle }, } end, },