Skip to content

Commit

Permalink
feat(blink): support highlights for blink.cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Jan 3, 2025
1 parent 055aefd commit b541200
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions colors/gruvbox-material.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,14 @@ for kind in g:gruvbox_material_lsp_kind_color
execute "highlight! link CmpItemKind" . kind[0] . " " . kind[1]
endfor
" }}}
" Saghen/blink.cmp {{{
call gruvbox_material#highlight('BlinkCmpLabelMatch', s:palette.green, s:palette.none, 'bold')
call gruvbox_material#highlight('BlinkCmpMenuSelection', s:palette.none, s:palette.grey0)
highlight! link BlinkCmpKind Yellow
for kind in g:gruvbox_material_lsp_kind_color
execute "highlight! link BlinkCmpKind" . kind[0] . " " . kind[1]
endfor
" }}}
" SmiteshP/nvim-navic {{{
highlight! link NavicText Fg
highlight! link NavicSeparator Grey
Expand Down

0 comments on commit b541200

Please sign in to comment.