Skip to content

Commit 5632376

Browse files
committed
fix: use pmenu scrollbar highlights
1 parent c3447cc commit 5632376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/blink/cmp/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ cmp.add_default_highlights = function()
100100
set_hl('BlinkCmpKind' .. kind, { link = use_nvim_cmp and 'CmpItemKind' .. kind or 'BlinkCmpKind' })
101101
end
102102

103-
set_hl('BlinkCmpScrollBarThumb', { link = 'Visual' })
104-
set_hl('BlinkCmpScrollBarGutter', { link = 'Pmenu' })
103+
set_hl('BlinkCmpScrollBarThumb', { link = 'PmenuThumb' })
104+
set_hl('BlinkCmpScrollBarGutter', { link = 'PmenuSbar' })
105105

106106
set_hl('BlinkCmpGhostText', { link = use_nvim_cmp and 'CmpGhostText' or 'Comment' })
107107

0 commit comments

Comments
 (0)