From 19e8bf4014d6c4e0a9db07e449860c223ed21876 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 9 Oct 2023 00:12:05 +0200 Subject: [PATCH] feat(cmp): codium kind color --- lua/tokyonight/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index b7498572..d9fa7deb 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -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 },