feat(cmp): codium kind color

This commit is contained in:
Folke Lemaitre
2023-10-09 00:12:05 +02:00
parent 05ed8720ee
commit 19e8bf4014

View File

@@ -604,6 +604,7 @@ function M.setup()
CmpItemKindReference = { fg = c.magenta, bg = c.none },
CmpItemKindValue = { fg = c.magenta, bg = c.none },
CmpItemKindCopilot = { fg = c.teal, bg = c.none },
CmpItemKindCodeium = { fg = c.teal, bg = c.none },
CmpItemKindFunction = { fg = c.blue, bg = c.none },
CmpItemKindMethod = { fg = c.blue, bg = c.none },