From a1d1bb3f20f229b26e7fefbb40fb153bf15825bc Mon Sep 17 00:00:00 2001 From: Mandy Noto Date: Fri, 20 Jan 2023 21:23:20 -0800 Subject: [PATCH] feat(theme): set cmpitemkindpropertyy to text --- 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 2b6ce68..e7bf0e8 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -401,7 +401,7 @@ function M.get(config) CmpItemKindSnippet = { fg = p.iris }, CmpItemKindVariable = { fg = p.foam }, CmpItemKindBoolean = { link = "Boolean" }, - CmpItemKindProperty = { link = "Function" }, + CmpItemKindProperty = { fg="text"}, CmpItemKindString = { fg = p.rose }, CmpItemKindText = { fg = p.pine }, -- -- TODO: turn to highlight_low for light mode, high for dark