Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaarmu/splash
A library of color palettes for Typst.
https://github.com/kaarmu/splash
Last synced: 3 months ago
JSON representation
A library of color palettes for Typst.
- Host: GitHub
- URL: https://github.com/kaarmu/splash
- Owner: kaarmu
- License: mit
- Created: 2023-03-31T12:22:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T19:36:29.000Z (6 months ago)
- Last Synced: 2024-07-05T07:09:10.126Z (6 months ago)
- Language: Typst
- Homepage:
- Size: 876 KB
- Stars: 40
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typst-cn - typst-palette
- awesome-typst - typst-palettes - A library of color palettes for Typst (Templates & Libraries / General)
README
# splash
Add a splash of color to your project with these palettes for [Typst](https://github.com/typst/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](https://github.com/typst/packages). See how to use
it in the example below.## Usage
```typst
#import "@preview/splash:0.4.0": xcolor#box(width: 3em, height: 1em, fill: xcolor.dandelion)
```## Documentation
See the different colors in the [documentation](https://github.com/kaarmu/splash/blob/v0.4.0/doc/main.pdf).