feat: blink-cmp-git integration

This commit is contained in:
Barrett Ruth 2026-02-20 20:18:23 -05:00
parent 638a9e65f3
commit 7891879b4e
No known key found for this signature in database
GPG key ID: A6C96C9349D2FC81

View file

@ -121,9 +121,13 @@ function M.apply()
hi('@variable', { none = true })
hi('Pmenu', { bg = cs.dark_grey }, { 'PmenuSbar' })
hi('Pmenu', { fg = cs.background, bg = cs.foreground }, { 'PmenuSbar' })
hi('PmenuSel', { bg = cs.med_grey })
hi('PmenuThumb', { bg = cs.grey })
hi('BlinkCmpMenu', { fg = cs.background, bg = cs.foreground })
hi('BlinkCmpMenuBorder', { fg = cs.background, bg = cs.foreground })
hi('BlinkCmpDoc', { fg = cs.background, bg = cs.foreground })
hi('BlinkCmpDocBorder', { fg = cs.background, bg = cs.foreground })
hi('LspInlayHint', { fg = cs.light_black })
hi('LspSignatureActiveParameter', { underline = true, italic = true })
@ -179,6 +183,23 @@ function M.apply()
hi('CmpItemAbbr', { fg = cs.background })
hi('CmpItemAbbrMatch', { fg = cs.background, bold = true })
hi('CmpItemAbbrMatchFuzzy', { fg = cs.background, bold = true })
hi('BlinkCmpLabelMatch', { fg = cs.green })
hi('BlinkCmpGhostText', { fg = cs.light_black })
hi('BlinkCmpGitKindMR', { fg = cs.magenta })
hi('BlinkCmpGitKindPR', { fg = cs.magenta })
hi('BlinkCmpGitKindIssue', { fg = cs.magenta })
hi('BlinkCmpGitKindCommit', { fg = cs.magenta })
hi('BlinkCmpGitKindMention', { fg = cs.magenta })
hi('BlinkCmpGitKindIconMR', { fg = cs.magenta })
hi('BlinkCmpGitKindIconPR', { fg = cs.magenta })
hi('BlinkCmpGitKindIconIssue', { fg = cs.magenta })
hi('BlinkCmpGitKindIconCommit', { fg = cs.magenta })
hi('BlinkCmpGitKindIconMention', { fg = cs.magenta })
hi('BlinkCmpGitLabelMRId', { fg = cs.magenta })
hi('BlinkCmpGitLabelPRId', { fg = cs.magenta })
hi('BlinkCmpGitLabelIssueId', { fg = cs.magenta })
hi('BlinkCmpGitLabelCommitId', { fg = cs.magenta })
hi('BlinkCmpGitLabelMentionId', { fg = cs.magenta })
hi('CmpItemAbbrDeprecated', { fg = cs.light_black, strikethrough = true })
hi('CmpItemMenu', { fg = cs.light_black })