#egui #themes #catppuccin

catppuccin-egui

Soothing pastel theme for egui

12 stable releases (4 major)

5.1.1 Apr 23, 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

#78 in GUI

Download history 118/week @ 2024-01-25 140/week @ 2024-02-01 173/week @ 2024-02-08 225/week @ 2024-02-15 180/week @ 2024-02-22 138/week @ 2024-02-29 259/week @ 2024-03-07 109/week @ 2024-03-14 131/week @ 2024-03-21 76/week @ 2024-03-28 217/week @ 2024-04-04 376/week @ 2024-04-11 368/week @ 2024-04-18 484/week @ 2024-04-25 337/week @ 2024-05-02 885/week @ 2024-05-09

2,158 downloads per month
Used in 2 crates

MIT license

115KB
252 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–9.5MB
~80K SLoC