Skip to content

Commit

Permalink
feat(cmp): codium kind color
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 8, 2023
1 parent 05ed872 commit 19e8bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/theme.lua
Expand Up @@ -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 },
Expand Down

0 comments on commit 19e8bf4

Please sign in to comment.