diff --git a/lua/kanso/highlights/plugins.lua b/lua/kanso/highlights/plugins.lua index 16238ef..0c4b48e 100644 --- a/lua/kanso/highlights/plugins.lua +++ b/lua/kanso/highlights/plugins.lua @@ -211,7 +211,7 @@ function M.setup(colors, config) -- blink.cmp BlinkCmpMenu = { link = "Pmenu" }, BlinkCmpMenuSelection = { link = "PmenuSel" }, - BlinkCmpMenuBorder = { fg = theme.ui.bg_search, bg = theme.ui.pmenu.bg }, + BlinkCmpMenuBorder = { fg = theme.ui.bg_search, bg = config.transparent and theme.ui.none or theme.ui.pmenu.bg }, BlinkCmpScrollBarThumb = { link = "PmenuThumb" }, BlinkCmpScrollBarGutter = { link = "PmenuSbar" }, BlinkCmpLabel = { fg = theme.ui.pmenu.fg },