How do you deactivate syntax highlighting from a {pkgdown} site?
I'd like code blocks on my site to to be rendered according to the {bslib} declarations in my _pkgdown.yml file ( code-font, code-bg, etc).
Syntax highlighting is mentioned the {pkgdown} docs:
Theme with a dark background (e.g. cyborg, darkly, solar) will also need a different syntax highlight theme .
But this seems to be in the context of having selected a bootswatch theme (which I'm not using) and doesn't describe how to 'turn off' the highlighting.
Perhaps I'm missing something more obvious?