Skip to content

Commit

Permalink
fix: add missing BlinkCmpSignatureHelpBorder highlight group
Browse files Browse the repository at this point in the history
  • Loading branch information
milkias17 committed Jan 7, 2025
1 parent 40e58b6 commit 59e0f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/catppuccin/groups/integrations/blink_cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function M.get()
BlinkCmpMenuBorder = { fg = C.blue },
BlinkCmpDocBorder = { fg = C.blue },
BlinkCmpSignatureHelpActiveParameter = { fg = C.mauve },
BlinkCmpSignatureHelpBorder = { fg = C.blue },

BlinkCmpLabelMatch = { fg = C.text, style = { "bold" } },
BlinkCmpKindText = { fg = C.green },
Expand Down

0 comments on commit 59e0f75

Please sign in to comment.