Catppuccin for Typst
Two versions of the documentation are available!
Each document is styled using this package!
In your project, import the package (be sure to replace the version number with the correct one) with
#import "@preview/catppuccin:0.0.0": catppuccin, flavors
To format your document with a theme, use the following syntax towards the top of your document:
#show: catppuccin.with(flavors.mocha, code-block: true, code-syntax: true)
Replace mocha
with the flavour of your choice! This can also be passed as a string literal "mocha"
.
Copyright © 2021-present Catppuccin Org