Package Information
- Last Updated
- Authors
- Nan Huang
- Categories
- components
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/typpuccino:0.1.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/typpuccino:0.1.0": *Typpuccino
User everyone's favorite Catppuccin color palettes in your Typst projects.
Usage
To use the Catppuccin color palette in your Typst project, add the following import statement to your Typst file, and then you can use all the colors from the Catppuccin color palette.
#import "@preview/typpuccino:0.1.0": latte, frappe, macchiato, mocha
#square(fill: mocha.red)
For more information on available colors, see the this example.