diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index d10c20f..56e595f 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -258,7 +258,7 @@ function M.get_theme() TSOperator = {fg = p.subtle}, TSParameter = {fg = p.iris, style = styles.italic}, -- TSParameterReference = {}, - TSProperty = {fg = p.iris, style = styles.italic}, + TSProperty = {fg = p.rose, style = styles.italic}, TSPunctBracket = {fg = groups.punctuation}, TSPunctDelimiter = {fg = groups.punctuation}, TSPunctSpecial = {fg = groups.punctuation},