👑 soothing pastel theme for nim
Go to file
Daylin Morgan 2e2b0f705d
docs: spell it correctly though
2023-04-29 16:33:03 -05:00
.github/workflows ci: remove conditional 2023-04-27 09:10:54 -05:00
assets docs: add example screenshot 2023-04-26 20:20:59 -05:00
examples refactor: use Color by default 2023-04-27 09:33:00 -05:00
src refactor: use Color by default 2023-04-27 09:33:00 -05:00
tests refactor: use Color by default 2023-04-27 09:33:00 -05:00
tools refactor: use Color by default 2023-04-27 09:33:00 -05:00
.editorconfig add template files 2023-04-25 14:43:16 -05:00
.gitignore feat: implement catppuccin in nim 2023-04-26 20:20:59 -05:00
LICENSE add template files 2023-04-25 14:43:16 -05:00
README.md docs: spell it correctly though 2023-04-29 16:33:03 -05:00
catppuccin.nimble docs: update links to catppuccin/nim 2023-04-28 11:53:37 -05:00

README.md

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