From 4f8dcaa5a989ef207f7a06ffaf5db9d17b9f9156 Mon Sep 17 00:00:00 2001 From: xue Date: Sun, 29 Dec 2024 14:25:51 +0800 Subject: [PATCH] fix(extensions): remove BlinkCmpLabel bg (#158) --- lua/cyberdream/extensions/blinkcmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cyberdream/extensions/blinkcmp.lua b/lua/cyberdream/extensions/blinkcmp.lua index f5e9cbc..f0792a6 100644 --- a/lua/cyberdream/extensions/blinkcmp.lua +++ b/lua/cyberdream/extensions/blinkcmp.lua @@ -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" },