From 2947de32282ec29fd8bdc4f69cf6894fb48ad92f Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 14 Oct 2023 18:27:03 +0200 Subject: [PATCH] feat: cmp TabNine 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 8dda7c8..c01d4e1 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -605,6 +605,7 @@ function M.setup() CmpItemKindValue = { fg = c.magenta, bg = c.none }, CmpItemKindCopilot = { fg = c.teal, bg = c.none }, CmpItemKindCodeium = { fg = c.teal, bg = c.none }, + CmpItemKindTabNine = { fg = c.teal, bg = c.none }, CmpItemKindFunction = { fg = c.blue, bg = c.none }, CmpItemKindMethod = { fg = c.blue, bg = c.none },