feat: change @method from iris to rose

Closes #164
This commit is contained in:
mvllow 2023-06-21 15:36:10 +02:00
commit 2700642dad
No known key found for this signature in database

View file

@ -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 })