#egui #themes #catppuccin

catppuccin-egui

Soothing pastel theme for egui

16 stable releases (4 major)

5.4.0 Feb 21, 2025
5.3.1 Nov 9, 2024
5.3.0 Oct 10, 2024
5.2.0 Jul 26, 2024
1.0.2 Jan 16, 2023

#137 in GUI

Download history 120/week @ 2024-11-20 270/week @ 2024-11-27 93/week @ 2024-12-04 230/week @ 2024-12-11 137/week @ 2024-12-18 24/week @ 2024-12-25 40/week @ 2025-01-01 55/week @ 2025-01-08 77/week @ 2025-01-15 56/week @ 2025-01-22 121/week @ 2025-01-29 169/week @ 2025-02-05 113/week @ 2025-02-12 238/week @ 2025-02-19 242/week @ 2025-02-26 108/week @ 2025-03-05

705 downloads per month
Used in 2 crates

MIT license

36KB
269 lines

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.4.0", default-features = false, features = ["egui30"] }

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

~4.5–9MB
~87K SLoC