#egui #themes #catppuccin

catppuccin-egui

Soothing pastel theme for egui

15 stable releases (4 major)

5.3.1 Nov 9, 2024
5.2.0 Jul 26, 2024
5.0.0 Mar 11, 2024
4.0.0 Jan 30, 2024
1.0.2 Jan 16, 2023

#113 in GUI

Download history 88/week @ 2024-07-31 228/week @ 2024-08-07 478/week @ 2024-08-14 174/week @ 2024-08-21 218/week @ 2024-08-28 260/week @ 2024-09-04 226/week @ 2024-09-11 200/week @ 2024-09-18 267/week @ 2024-09-25 178/week @ 2024-10-02 221/week @ 2024-10-09 111/week @ 2024-10-16 78/week @ 2024-10-23 181/week @ 2024-10-30 255/week @ 2024-11-06 89/week @ 2024-11-13

618 downloads per month
Used in 2 crates

MIT license

18KB
266 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.3.1", default-features = false, features = ["egui29"] }

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–9MB
~84K SLoC