Skip to content

Commit 0da2954

Browse files
A-Lamiamehalter
authored andcommitted
feat(cmp): move match highlights to text_match property
1 parent f06edf9 commit 0da2954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/astrotheme/groups/plugins/nvim-cmp.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ local function callback()
22
return {
33
CmpItemAbbr = { fg = C.ui.text },
44
CmpItemAbbrDeprecated = { fg = C.syntax.red, strikethrough = true },
5-
CmpItemAbbrMatch = { fg = C.ui.accent },
6-
CmpItemAbbrMatchFuzzy = { fg = C.ui.accent },
5+
CmpItemAbbrMatch = { fg = C.ui.text_match, bold = true },
6+
CmpItemAbbrMatchFuzzy = { fg = C.ui.text_match, bold = true },
77
CmpItemKind = { fg = C.syntax.yellow },
88
CmpItemKindClass = { link = "@type" },
99
CmpItemKindColor = { link = "@constant" },

0 commit comments

Comments
 (0)