catppuccin-egui

Crates.iocatppuccin-egui
lib.rscatppuccin-egui
version5.6.0
created_at2023-01-15 01:55:48.217767+00
updated_at2025-07-17 19:11:20.036033+00
descriptionSoothing pastel theme for egui.
homepagehttps://github.com/catppuccin/egui
repositoryhttps://github.com/catppuccin/egui
max_upload_size
id759165
size140,513
staff (github:catppuccin:staff)

documentation

https://docs.rs/catppuccin-egui/

README

Logo
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.6.0", default-features = false, features = ["egui32"] }

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

Commit count: 116

cargo fmt