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