Skip to content

Commit 2700642

Browse files
committed
feat: change @method from iris to rose
Closes #164
1 parent 894acd0 commit 2700642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lua/rose-pine/theme.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ function M._load(options)
224224
h('@keyword.operator', { fg = p.subtle })
225225
h('@label', { link = 'Label' })
226226
h('@macro', { link = 'Macro' })
227-
h('@method', { fg = p.iris })
227+
h('@method', { fg = p.rose })
228228
h('@number', { link = 'Number' })
229229
h('@operator', { link = 'Operator' })
230230
h('@parameter', { fg = p.iris, italic = maybe.italic })

0 commit comments

Comments
 (0)