t

typpuccino

@preview

Use catppuccin palette with Typst.

v0.1.0
MIT

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

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/typpuccino:0.1.0": *

Version History

0.1.0
4a4494c0a11e...

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.