🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha
Add this to your Cargo.toml:
toml
[dependencies]
catppuccin-egui = "2.0"
To use a theme, call the set_theme
function with a theme and the egui context:
rust
catppuccin_egui::set_theme(&ctx, catppuccin_egui::MOCHA);
See the full documentation at docs.rs/catppuccin-egui.
Copyright © 2023-present Catppuccin Org