Skip to content

Commit

Permalink
cmp menu color groups.
Browse files Browse the repository at this point in the history
Signed-off-by: Splinter1984 <[email protected]>
  • Loading branch information
Splinter1984 committed Nov 3, 2023
1 parent e4c3469 commit 9c87b0e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,27 @@ call s:HL('DiagnosticUnderlineInfo', s:none, s:none, s:underline, s:blue)
call s:HL('DiagnosticUnderlineHint', s:none, s:none, s:underline, s:gray)

" }}}
" Cmp: {{{

hi! link CmpItemAbbrDeprecated GruvboxFg0

hi! link CmpItemAbbrMatch GruvboxFg1
hi! link CmpItemAbbrMatchFuzzy GruvboxFg2

hi! link CmpItemKindVariable GruvboxPurple
hi! link CmpItemKindInterface GruvboxOrange
hi! link CmpItemKindText GruvboxFg3

hi! link CmpItemKindFunction GruvboxBlue
hi! link CmpItemKindMethod GruvboxBlue

hi! link CmpItemKindKeyword GruvboxRed
hi! link CmpItemKindProperty GruvboxGreen
hi! link CmpItemKindUnit GruvboxFg2

" }}}
" Navic {{{

hi! link NavicIconsFile GruvboxFg2
hi! link NavicIconsModule GruvboxYellow
hi! link NavicIconsNamespace GruvboxFg2
Expand All @@ -959,7 +979,7 @@ hi! link NavicIconsStruc GruvboxOranget
hi! link NavicIconsEven GruvboxOranget
hi! link NavicIconsOperator GruvboxFg2
hi! link NavicIconsTypeParameter GruvboxGreen
hi! link NavicTex GruvboxFg2t
hi! link NavicTex GruvboxFg2
hi! link NavicSeparator GruvboxFg2

" }}}
Expand Down

0 comments on commit 9c87b0e

Please sign in to comment.