Usage
Add Catppuccin to your project's Cargo.toml:
Example
use Flavour;
;
More examples can be found here.
Clone the repository to run them locally:


Optional Features
ANSI string painting
Enable the ansi feature to add the
Colour::ansi_paint method.
This adds ansi-term as a dependency.
CSS colours
Enable the css feature to allow the conversion of Catppuccin colours to
css_colors::RGB.
This adds css-colors as a dependency.
💝 Thanks to