This commit is contained in:
Grace Petryk 2023-07-26 16:05:46 -07:00
commit 668db9fcb0

View file

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