Skip to content

Commit

Permalink
fix(extensions): remove BlinkCmpLabel bg (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasxjy authored Dec 29, 2024
1 parent e510399 commit 4f8dcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/cyberdream/extensions/blinkcmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function M.get(opts, t)
BlinkCmpMenu = { link = "Pmenu" },
BlinkCmpMenuBorder = { fg = util.blend(t.bgHighlight, t.grey, 0.7) },
BlinkCmpMenuSelection = { bg = t.bgHighlight },
BlinkCmpLabel = { link = "Normal" },
BlinkCmpLabel = { fg = t.fg },
BlinkCmpLabelDeprecated = { fg = t.grey, strikethrough = true },
BlinkCmpLabelMatch = { fg = t.cyan },
BlinkCmpDoc = { link = "NormalFloat" },
Expand Down

0 comments on commit 4f8dcaa

Please sign in to comment.