mirror of
https://github.com/rose-pine/neovim.git
synced 2026-06-06 09:06:56 +02:00
Special
This commit is contained in:
parent
40a241818d
commit
668db9fcb0
1 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ function M._load(options)
|
|||
h('PreCondit', { fg = p.iris })
|
||||
h('PreProc', { fg = p.iris })
|
||||
h('Repeat', { fg = p.pine })
|
||||
h('Special', { italic = true })
|
||||
h('Special', { fg = p.rose })
|
||||
h('SpecialChar', { fg = p.rose })
|
||||
h('SpecialComment', { fg = p.iris })
|
||||
h('Statement', { fg = p.pine })
|
||||
|
|
@ -211,7 +211,7 @@ function M._load(options)
|
|||
h('@comment', { link = 'Comment' })
|
||||
h('@conditional', { link = 'Conditional' })
|
||||
h('@constant', { link = 'Constant' })
|
||||
h('@constant.builtin', { link = 'Special' })
|
||||
h('@constant.builtin', { fg = p.gold, italic = true })
|
||||
h('@constant.macro', { link = '@constant' })
|
||||
h('@constructor', { fg = p.foam })
|
||||
h('@field', { fg = p.foam })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue