Catppuccin for egui
Add the crate to your Cargo.toml
:
[dependencies]
catppuccin-egui = "2.0"
To use a theme, call the set_theme
function with a theme and the egui context:
catppuccin_egui::set_theme(&ctx, catppuccin_egui::MOCHA);
See the full documentation at https://docs.rs/catppuccin-egui.
Copyright © 2023-present Catppuccin Org