If you wrote a v1 or v2 Catppuccin theme, you may use Puccinier to automatically create the the rest of the v2 themes. Puccinier supports the conversion of properly formatted hex, rgb, and hsl colors (case insensitive).
```bash puccinier 0.1.2 ap-1 anishp0828@gmail.com Generate the rest of the Catppuccin palettes off of a template file written in one of them
USAGE:
puccinier --source
OPTIONS:
-h, --help Print help information
-o, --output
You can find binaries built for x86_64-unknown-linux-gnu
, x86_64-apple-darwin
, and x86_64-pc-windows-msvc
in the releases tab. Alternatively, you can use cargo:
bash
cargo install puccinier
To build from source, you must use cargo:
bash
git clone https://github.com/ap-1/puccinier && cd puccinier
cargo install --path .