diff --git a/lua/integrations/cmp.lua b/lua/integrations/cmp.lua index 4cdfa6d..461fae5 100644 --- a/lua/integrations/cmp.lua +++ b/lua/integrations/cmp.lua @@ -7,7 +7,6 @@ return { CmpItemKindIdentifier = { fg = theme.base08 }, CmpItemKindField = { fg = theme.base08 }, CmpItemKindVariable = { fg = theme.base0E }, - Special = { fg = theme.base0C }, CmpItemKindSnippet = { fg = base_30.red }, CmpItemKindText = { fg = theme.base0B }, CmpItemKindStructure = { fg = theme.base0E },