19 stable releases (4 major)
| new 5.7.0 | Nov 15, 2025 |
|---|---|
| 5.6.0 | Jul 17, 2025 |
| 5.5.0 | Mar 14, 2025 |
| 5.3.1 | Nov 9, 2024 |
| 1.0.2 | Jan 16, 2023 |
#217 in GUI
978 downloads per month
Used in 3 crates
40KB
277 lines

Catppuccin for egui
Previews
🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha
Usage
catppuccin-egui uses Cargo features to add support for new egui versions without breaking backwards compatibility.
Add the crate to your Cargo.toml:
[dependencies]
catppuccin-egui = { version = "5.7.0", default-features = false, features = ["egui33"] }
To use a theme, call the set_theme function with a theme and the egui context:
catppuccin_egui::set_theme(&ctx, catppuccin_egui::MOCHA);
To run the example app, run cargo run -p todo.
See the full documentation at https://docs.rs/catppuccin-egui.
Whiskers is required as a build-time development dependency.
💝 Thanks to
Copyright © 2023-present Catppuccin Org
Dependencies
~5MB
~91K SLoC