feat: change @method from iris to rose (#167)

Closes #164
This commit is contained in:
not 2023-06-21 15:37:44 +02:00 committed by GitHub
commit 3b3ca9ebb9

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