['@error'] = { fg = colors.bright_red, },
['@punctuation.delimiter'] = { fg = colors.fg, },
['@punctuation.bracket'] = { fg = colors.fg, },
- ['@punctuation.special'] = { fg = colors.fg, },
+ ['@punctuation.special'] = { fg = colors.cyan, },
['@constant'] = { fg = colors.purple, },
['@constant.builtin'] = { fg = colors.purple, },
['@text.strong'] = { fg = colors.orange, bold = true, }, -- bold
['@text.emphasis'] = { fg = colors.yellow, italic = true, }, -- italic
['@text.underline'] = { fg = colors.orange, },
- ['@text.title'] = { fg = colors.pink, }, -- title
+ ['@text.title'] = { fg = colors.pink, bold = true, }, -- title
['@text.literal'] = { fg = colors.yellow, }, -- inline code
['@text.uri'] = { fg = colors.yellow, italic = true, }, -- urls
+ ['@text.reference'] = { fg = colors.orange, bold = true, },
['@tag'] = { fg = colors.cyan, },
['@tag.attribute'] = { fg = colors.green, },