Skip to content

Commit

Permalink
feat(blink.cmp): highlight BlinkCmpKindCopilot as teal (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxin-yan authored Dec 24, 2024
1 parent faf15ab commit bd80c25
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 @@ -31,6 +31,7 @@ function M.get()
BlinkCmpKindEvent = { fg = C.blue },
BlinkCmpKindOperator = { fg = C.sky },
BlinkCmpKindTypeParameter = { fg = C.maroon },
BlinkCmpKindCopilot = { fg = C.teal },
}
end

Expand Down

0 comments on commit bd80c25

Please sign in to comment.