Skip to content

Themes for Quarto reveal.js presentations based on xarignanthemer

Notifications You must be signed in to change notification settings

stefanocoretta/xthemer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revealjs themes based on xaringanthemer

This Quarto extension provides users with themes for revealjs presentations based on xarignanthemer.

Installing

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.

Using

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
---

Example

Here is the source code for a minimal example: example.qmd.