
Catppuccin for App
- Install this extension using the Quarto CLI.
If you already have a Quarto project, simply add this extension using quarto add
.
quarto add catppuccin/quarto
If you're writing a new Quarto document (or project), the quarto use template
command fetches this extension's example document.
quarto use template catppuccin/quarto
- Select your desired flavor as a Quarto theme in your project's frontmatter.
format:
html:
theme:
light:
- _extensions/catppuccin/latte.scss
dark:
- _extensions/catppuccin/frappe.scss
- Select the downloaded flavor file.
Copyright © 2021-present Catppuccin Org