Skip to content

Commit 4f8dcaa

Browse files
authored
fix(extensions): remove BlinkCmpLabel bg (#158)
1 parent e510399 commit 4f8dcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/cyberdream/extensions/blinkcmp.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function M.get(opts, t)
1010
BlinkCmpMenu = { link = "Pmenu" },
1111
BlinkCmpMenuBorder = { fg = util.blend(t.bgHighlight, t.grey, 0.7) },
1212
BlinkCmpMenuSelection = { bg = t.bgHighlight },
13-
BlinkCmpLabel = { link = "Normal" },
13+
BlinkCmpLabel = { fg = t.fg },
1414
BlinkCmpLabelDeprecated = { fg = t.grey, strikethrough = true },
1515
BlinkCmpLabelMatch = { fg = t.cyan },
1616
BlinkCmpDoc = { link = "NormalFloat" },

0 commit comments

Comments
 (0)