Editing a custom Rstudio theme to change the font color of html code in a presentation

Hi - I've been tinkering with a custom Rstudio theme by editing the VibrantInk theme that comes with R studio. I'm wondering if it's possible to edit the theme so that any html I type in a markdown document (say, if I'm making an Ioslides presentation and want to center something) so that it is a different color from text I'm typing.

For example, currently the code below is showing up in all white font for me with the theme I'm currently using. I would like the <> and everything between them to be a different color, while the Isaac Newton quote should remain white. Is this possible?

<p style = "text-align:center;">
"If I have seen further it is by standing on the shoulders of Giants." - Isaac Newton
</p>

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.