renovate[bot] cc74adfc43
chore(deps): update actions/checkout action to v6 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-20 11:41:16 -05:00
2024-09-23 02:40:29 +01:00
2023-04-27 09:33:00 -05:00
2023-04-27 09:33:00 -05:00
2023-04-27 09:33:00 -05:00
2023-04-27 09:33:00 -05:00
2023-04-25 14:43:16 -05:00
2023-04-26 20:20:59 -05:00
2023-04-25 14:43:16 -05:00
2023-04-29 16:33:03 -05:00
2024-09-23 02:37:53 +01:00

Logo
Catppuccin for nim

Usage

nimble install catppuccin

The catppuccin nim library was designed to interface with treeform/chroma, however it is not required for basic usage. Some of the basic color types and transformations have been ported from chroma

If you do wish to access catppuccin colors alongside chroma compile with -d:inheritChroma (see ./examples/use_chroma.nim) to use the color types defined by chroma.

Examples

import catppuccin

echo mocha.rosewater.color().toHex()

Output of nim r examples/term.nim:

example screenshot

🙋 FAQ

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

Description
No description provided
Readme MIT 82 KiB
Languages
Nim 100%