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 },