From 5592aabaa14bc74813d429871b0037b81d131231 Mon Sep 17 00:00:00 2001 From: Mandy Noto Date: Fri, 20 Jan 2023 21:27:20 -0800 Subject: [PATCH] refactor(theme): change cmp snippet to gold --- lua/rose-pine/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},