We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3447cc commit 5632376Copy full SHA for 5632376
lua/blink/cmp/init.lua
@@ -100,8 +100,8 @@ cmp.add_default_highlights = function()
100
set_hl('BlinkCmpKind' .. kind, { link = use_nvim_cmp and 'CmpItemKind' .. kind or 'BlinkCmpKind' })
101
end
102
103
- set_hl('BlinkCmpScrollBarThumb', { link = 'Visual' })
104
- set_hl('BlinkCmpScrollBarGutter', { link = 'Pmenu' })
+ set_hl('BlinkCmpScrollBarThumb', { link = 'PmenuThumb' })
+ set_hl('BlinkCmpScrollBarGutter', { link = 'PmenuSbar' })
105
106
set_hl('BlinkCmpGhostText', { link = use_nvim_cmp and 'CmpGhostText' or 'Comment' })
107
0 commit comments