github-actions[bot] ffb92d2da7
chore(main): release catppuccin-egui 5.7.0 (#98)
* chore(main): release catppuccin-egui 5.7.0

* Update README.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hammy <58985301+sgoudham@users.noreply.github.com>
2025-11-15 11:59:56 +00:00
2025-11-15 11:13:03 +00:00
2023-01-14 16:46:52 -05:00
2023-01-26 21:06:58 -05:00
2024-04-22 19:59:36 -04:00
2023-03-23 21:40:13 -04:00
2023-03-23 21:40:13 -04:00
2023-01-15 11:08:00 -05:00

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

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

Description
No description provided
Readme MIT 586 KiB
Languages
Rust 92.8%
Nix 7.2%