Replies: 1 comment
-
| i got it by adding  ' winhighlight = 'Normal:BlinkCmpDoc,FloatBorder:BlinkCmpDocBorder,CursorLine:BlinkCmpMenuSelection,Search:None', '. 
 | 
Beta Was this translation helpful? Give feedback.
-
| i got it by adding  ' winhighlight = 'Normal:BlinkCmpDoc,FloatBorder:BlinkCmpDocBorder,CursorLine:BlinkCmpMenuSelection,Search:None', '. 
 | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi , i used blink.cmp and ellisonleao/gruvbox.nvim theme in neovim . when used blink, i always want to change the cmp menu background color , let it same to the blink documention color. but i dont know how to work.
bellow is part of my blink config and screen shot. tks.
config:

menu = { scrolloff = 1, scrollbar = false, draw = { columns = { { 'kind_icon' }, { 'label', 'label_description', gap = 1 }, { 'kind' }, { 'source_name' }, }, treesitter = { 'lsp' }, }, }, documentation = { window = { scrollbar = false, winhighlight = 'Normal:BlinkCmpDoc,FloatBorder:BlinkCmpDocBorder,EndOfBuffer:BlinkCmpDoc', }, auto_show = true, treesitter_highlighting = true, },Beta Was this translation helpful? Give feedback.
All reactions