We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06edf9 commit 0da2954Copy full SHA for 0da2954
lua/astrotheme/groups/plugins/nvim-cmp.lua
@@ -2,8 +2,8 @@ local function callback()
2
return {
3
CmpItemAbbr = { fg = C.ui.text },
4
CmpItemAbbrDeprecated = { fg = C.syntax.red, strikethrough = true },
5
- CmpItemAbbrMatch = { fg = C.ui.accent },
6
- CmpItemAbbrMatchFuzzy = { fg = C.ui.accent },
+ CmpItemAbbrMatch = { fg = C.ui.text_match, bold = true },
+ CmpItemAbbrMatchFuzzy = { fg = C.ui.text_match, bold = true },
7
CmpItemKind = { fg = C.syntax.yellow },
8
CmpItemKindClass = { link = "@type" },
9
CmpItemKindColor = { link = "@constant" },
0 commit comments