We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e510399 commit 4f8dcaaCopy full SHA for 4f8dcaa
lua/cyberdream/extensions/blinkcmp.lua
@@ -10,7 +10,7 @@ function M.get(opts, t)
10
BlinkCmpMenu = { link = "Pmenu" },
11
BlinkCmpMenuBorder = { fg = util.blend(t.bgHighlight, t.grey, 0.7) },
12
BlinkCmpMenuSelection = { bg = t.bgHighlight },
13
- BlinkCmpLabel = { link = "Normal" },
+ BlinkCmpLabel = { fg = t.fg },
14
BlinkCmpLabelDeprecated = { fg = t.grey, strikethrough = true },
15
BlinkCmpLabelMatch = { fg = t.cyan },
16
BlinkCmpDoc = { link = "NormalFloat" },
0 commit comments