mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-01 22:57:00 +02:00
Fix Blink's border background color whent transparency is on
This commit is contained in:
parent
22ba950771
commit
08c2a8c14a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue