feat: blink-cmp-git integration
This commit is contained in:
parent
638a9e65f3
commit
7891879b4e
1 changed files with 22 additions and 1 deletions
|
|
@ -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 })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue