Skip to content

Commit

Permalink
fix(blink-cmp): follow Pmenu highlights (#799)
Browse files Browse the repository at this point in the history
* fix(blink-cmp): follow the `Pmenu` highlight

* fix(blink-cmp): follow `Pmenu` highlight
  • Loading branch information
vollowx authored Nov 3, 2024
1 parent 65bf0b1 commit 35d8057
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lua/catppuccin/groups/integrations/blink_cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ local M = {}

function M.get()
return {
BlinkCmpMenu = { fg = C.text, bg = O.transparent_background and C.none or C.base },
BlinkCmpMenuBorder = { fg = C.overlay0, bg = O.transparent_background and C.none or C.base },
BlinkCmpMenuSelection = { bg = C.surface0 },
BlinkCmpLabel = { fg = C.text },
BlinkCmpLabel = { fg = C.overlay2 },
BlinkCmpLabelDeprecated = { fg = C.overlay0, style = { "strikethrough" } },
BlinkCmpDocBorder = { fg = C.overlay0, bg = O.transparent_background and C.none or C.base },
BlinkCmpDoc = { fg = C.text, bg = O.transparent_background and C.none or C.base },

BlinkCmpKindText = { fg = C.green },
BlinkCmpKindMethod = { fg = C.blue },
Expand Down

0 comments on commit 35d8057

Please sign in to comment.