Skip to content

Commit f90f0e1

Browse files
committed
fix: cmp match hidden on selected item
1 parent f2a1595 commit f90f0e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/cyberdream/theme.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ function M.setup()
190190

191191
CmpItemAbbr = { fg = t.fg, bg = t.bg },
192192
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 },
193+
CmpItemAbbrMatch = { fg = t.purple, bg = t.bg },
194+
CmpItemAbbrMatchFuzzy = { fg = t.purple, bg = t.bg },
195195

196196
CmpItemKindVariable = { fg = t.cyan, bg = t.bg },
197197
CmpItemKindInterface = { fg = t.cyan, bg = t.bg },
@@ -205,7 +205,7 @@ function M.setup()
205205
CmpItemKindUnit = { fg = t.fg, bg = t.bg },
206206

207207
CmpItemMenu = { fg = t.grey, bg = t.bg },
208-
CmpItemKindDefault = { fg = t.bgHighlight, bg = t.bg },
208+
CmpItemKindDefault = { fg = t.grey, bg = t.bg },
209209

210210
-- Leap
211211
LeapMatch = { fg = t.fg, bg = t.magenta },

0 commit comments

Comments
 (0)