We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a1595 commit f90f0e1Copy full SHA for f90f0e1
lua/cyberdream/theme.lua
@@ -190,8 +190,8 @@ function M.setup()
190
191
CmpItemAbbr = { fg = t.fg, bg = t.bg },
192
CmpItemAbbrDeprecated = { fg = t.grey, bg = t.bg, strikethrough = true },
193
- CmpItemAbbrMatch = { fg = t.blue, bg = t.bg },
194
- CmpItemAbbrMatchFuzzy = { fg = t.blue, bg = t.bg },
+ CmpItemAbbrMatch = { fg = t.purple, bg = t.bg },
+ CmpItemAbbrMatchFuzzy = { fg = t.purple, bg = t.bg },
195
196
CmpItemKindVariable = { fg = t.cyan, bg = t.bg },
197
CmpItemKindInterface = { fg = t.cyan, bg = t.bg },
@@ -205,7 +205,7 @@ function M.setup()
205
CmpItemKindUnit = { fg = t.fg, bg = t.bg },
206
207
CmpItemMenu = { fg = t.grey, bg = t.bg },
208
- CmpItemKindDefault = { fg = t.bgHighlight, bg = t.bg },
+ CmpItemKindDefault = { fg = t.grey, bg = t.bg },
209
210
-- Leap
211
LeapMatch = { fg = t.fg, bg = t.magenta },
0 commit comments