mirror of
https://github.com/catppuccin/nim.git
synced 2024-11-14 13:07:54 -06:00
docs: update for official package status
This commit is contained in:
parent
8f22686e3c
commit
e028c4c769
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nimble install https://github.com/catppuccin/nim
|
nimble install catppucin
|
||||||
```
|
```
|
||||||
|
|
||||||
The `catppuccin` nim library was designed to interface with [`treeform/chroma`](https://github.com/treeform/chroma), however it is not required for basic usage. Some of the basic color types and transformations have been ported from `chroma`
|
The `catppuccin` nim library was designed to interface with [`treeform/chroma`](https://github.com/treeform/chroma), however it is not required for basic usage. Some of the basic color types and transformations have been ported from `chroma`
|
||||||
|
@ -32,7 +32,7 @@ echo mocha.rosewater.color().toHex()
|
||||||
|
|
||||||
Output of `nim r examples/term.nim`:
|
Output of `nim r examples/term.nim`:
|
||||||
|
|
||||||
![example screenshot](./assets/term.svg)
|
![example screenshot](https://raw.githubusercontent.com/catppuccin/nim/main/assets/term.svg)
|
||||||
|
|
||||||
|
|
||||||
<!-- this section is optional -->
|
<!-- this section is optional -->
|
||||||
|
|
Loading…
Reference in a new issue