#egui #themes #catppuccin

catppuccin-egui

Soothing pastel theme for egui

13 stable releases (4 major)

5.2.0 Jul 26, 2024
5.0.0 Mar 11, 2024
4.0.0 Jan 30, 2024
3.1.0 Aug 14, 2023
1.0.2 Jan 16, 2023

#100 in GUI

Download history 299/week @ 2024-05-26 218/week @ 2024-06-02 126/week @ 2024-06-09 92/week @ 2024-06-16 36/week @ 2024-06-23 56/week @ 2024-06-30 77/week @ 2024-07-07 42/week @ 2024-07-14 135/week @ 2024-07-21 127/week @ 2024-07-28 138/week @ 2024-08-04 378/week @ 2024-08-11 365/week @ 2024-08-18 190/week @ 2024-08-25 239/week @ 2024-09-01 188/week @ 2024-09-08

1,085 downloads per month
Used in 2 crates

MIT license

115KB
254 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.1", default-features = false, features = ["egui27"] }

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 --example 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
~82K SLoC