refactor(nvim): remove unnecessary hls for blink.cmp
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 45s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 45s
This commit is contained in:
parent
f80b2026e3
commit
7b9ca673aa
@ -108,9 +108,6 @@ return {
|
|||||||
{ "NeogitNotificationError", { fg = colors.samuraiRed, bold = true } },
|
{ "NeogitNotificationError", { fg = colors.samuraiRed, bold = true } },
|
||||||
|
|
||||||
-- Cmp
|
-- Cmp
|
||||||
{ "BlinkCmpAbbrDeprecated", { fg = colors.fujiGray, bg = "NONE" } },
|
|
||||||
{ "BlinkCmpAbbrMatch", { fg = colors.crystalBlue, bg = "NONE" } },
|
|
||||||
{ "BlinkCmpAbbrMatchFuzzy", { fg = colors.crystalBlue, bg = "NONE" } },
|
|
||||||
{ "BlinkCmpMenu", { fg = colors.roninYellow, bg = "NONE" } },
|
{ "BlinkCmpMenu", { fg = colors.roninYellow, bg = "NONE" } },
|
||||||
{ "BlinkCmpKindField", { fg = colors.fujiWhite, bg = colors.sakuraPink, blend = 0 } },
|
{ "BlinkCmpKindField", { fg = colors.fujiWhite, bg = colors.sakuraPink, blend = 0 } },
|
||||||
{ "BlinkCmpKindProperty", { fg = colors.fujiWhite, bg = colors.sakuraPink, blend = 0 } },
|
{ "BlinkCmpKindProperty", { fg = colors.fujiWhite, bg = colors.sakuraPink, blend = 0 } },
|
||||||
|
Loading…
Reference in New Issue
Block a user