Skip to content

Commit 9679341

Browse files
committed
feat(blink.cmp): remove custom BlinkCmdKind highlight
It now links to PmenuKind upstream, which is semantically correct in this context.
1 parent 55468fc commit 9679341

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

colors/sonokai.vim

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
let s:configuration = sonokai#get_configuration()
1111
let s:palette = sonokai#get_palette(s:configuration.style, s:configuration.colors_override)
1212
let s:path = expand('<sfile>:p') " the path of this script
13-
let s:last_modified = 'Mon Feb 24 13:00:42 UTC 2025'
13+
let s:last_modified = 'Mon Feb 24 13:02:03 UTC 2025'
1414
let g:sonokai_loaded_file_types = []
1515

1616
if !(exists('g:colors_name') && g:colors_name ==# 'sonokai' && s:configuration.better_performance)
@@ -1138,7 +1138,6 @@ endfor
11381138
" Saghen/blink.cmp {{{
11391139
call sonokai#highlight('BlinkCmpLabelMatch', s:palette.green, s:palette.none, 'bold')
11401140
highlight! link BlinkCmpGhostText Conceal
1141-
highlight! link BlinkCmpKind Blue
11421141
for kind in g:sonokai_lsp_kind_color
11431142
execute "highlight! link BlinkCmpKind" . kind[0] . " " . kind[1]
11441143
endfor

0 commit comments

Comments
 (0)