diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 49de162..029cb8e 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -227,7 +227,7 @@ function M._load(options) h('@string.special', { link = '@string' }) h('@symbol', { link = 'Identifier' }) h('@tag', { fg = p.foam }) - h('@tag.attribute', { link = '@property' }) + h('@tag.attribute', { fg = p.iris }) h('@tag.delimiter', { fg = p.subtle }) h('@text', { fg = p.text }) h('@text.strong', { bold = true })