Logo
Catppuccin Puccinier

  > [!IMPORTANT] > Puccinier is **no longer actively maintained**. This tool has been deprecated > in favour of our new [`whiskers`](../whiskers/README.md) tool. If you wrote a v1 or v2 Catppuccin theme, you may use Puccinier to automatically create the rest of the v2 themes. Puccinier supports the conversion of properly formatted hex, rgb, and hsl colors (case insensitive). ## Installation You can install Puccinier using one of the methods below: | Installation Method | Instructions | | ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | | crates.io | `cargo install puccinier` | | Source | `cargo install --git https://github.com/catppuccin/toolbox puccinier` | | Nix | `nix profile install github:catppuccin/toolbox#puccinier`
`nix run github:catppuccin/toolbox#puccinier -- [OPTIONS] ` | | Binaries
(Windows, MacOS & Linux) | Available from the [latest GitHub release](https://github.com/catppuccin/toolbox/releases?q=puccinier). | ## Usage ```console $ puccinier puccinier Generate the other Catppuccin flavours off a template file written in one of them ARGS: The source file to convert OPTIONS: -o, --output Set the themes to generate from the source file (one of 'latte', 'frappe', 'macchiato', or 'mocha') -s, --silent Disable showing which parts of the file were replaced -h, --help Prints help information. ```  

Copyright © 2021-present Catppuccin Org