|
|
@ -3,7 +3,7 @@ local M = {}
|
|
|
|
function M.get(cp)
|
|
|
|
function M.get(cp)
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
CmpItemAbbr = { fg = cp.gray2 },
|
|
|
|
CmpItemAbbr = { fg = cp.gray2 },
|
|
|
|
CmpItemAbbrDeprecated = { fg = cp.gray0, stlye = "strikethrough" },
|
|
|
|
CmpItemAbbrDeprecated = { fg = cp.gray0, style = "strikethrough" },
|
|
|
|
CmpItemKind = { fg = cp.blue },
|
|
|
|
CmpItemKind = { fg = cp.blue },
|
|
|
|
CmpItemMenu = { fg = cp.white },
|
|
|
|
CmpItemMenu = { fg = cp.white },
|
|
|
|
CmpItemAbbrMatch = { fg = cp.white, style = "bold" },
|
|
|
|
CmpItemAbbrMatch = { fg = cp.white, style = "bold" },
|
|
|
|