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