Package Information
- Last Updated
- Authors
- kaarmu
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/splash:0.5.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/splash:0.5.0": *splash
Add a splash of color to your project with these palettes for Typst.
This library provides different color palettes with human-readable names in
Typst dictionaries. Currently there are just a few different palettes to choose
from. Any contributions or suggestions are welcome!
Note: splash is in the Typst Package Repository. See how to use
it in the example below.
Usage
#import "@preview/splash:0.5.0": xcolor
#box(width: 3em, height: 1em, fill: xcolor.dandelion)
Documentation
See the different colors in the documentation.