diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index e7bf0e8..cbca564 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -398,7 +398,7 @@ function M.get(config) CmpItemKindFunction = { fg = p.iris }, CmpItemKindInterface = { fg = p.gold }, CmpItemKindMethod = { fg = p.iris }, - CmpItemKindSnippet = { fg = p.iris }, + CmpItemKindSnippet = { fg = p.gold }, CmpItemKindVariable = { fg = p.foam }, CmpItemKindBoolean = { link = "Boolean" }, CmpItemKindProperty = { fg="text"},