From a09f9da1423ad475dfad6d450443208c5eb2fbbc Mon Sep 17 00:00:00 2001 From: mvllow Date: Wed, 25 Jan 2023 12:10:47 -0500 Subject: [PATCH] change `@tag.attribute` to iris --- 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 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 })