This Quarto extension provides users with themes for revealjs presentations based on xarignanthemer.
quarto add stefanocoretta/xthemer
This will install the extension under the _extensions
subdirectory.
If you're using version control, you will want to check in this directory.
As of now, only the mono themese are available.
---
format: mono-light-revealjs
# format: mono-dark-revealjs
# format: mono-accent-revealjs
# format: mono-accent-inverse-revealjs
---
Here is the source code for a minimal example: example.qmd.