From 3b3ca9ebb9c681392a3f005127b0eea8a2abeaca Mon Sep 17 00:00:00 2001 From: not Date: Wed, 21 Jun 2023 15:37:44 +0200 Subject: [PATCH] feat: change `@method` from iris to rose (#167) Closes #164 --- 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 f9591d3..d0b5b83 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -224,7 +224,7 @@ function M._load(options) h('@keyword.operator', { fg = p.subtle }) h('@label', { link = 'Label' }) h('@macro', { link = 'Macro' }) - h('@method', { fg = p.iris }) + h('@method', { fg = p.rose }) h('@number', { link = 'Number' }) h('@operator', { link = 'Operator' }) h('@parameter', { fg = p.iris, italic = maybe.italic })