mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
change @tag.attribute to iris
This commit is contained in:
parent
77a490618e
commit
a09f9da142
1 changed files with 1 additions and 1 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue