https://github.com/catppuccin/egui
π Soothing pastel theme for egui
https://github.com/catppuccin/egui
catppuccin egui hacktoberfest theme
Last synced: 3 days ago
JSON representation
π Soothing pastel theme for egui
- Host: GitHub
- URL: https://github.com/catppuccin/egui
- Owner: catppuccin
- License: mit
- Created: 2023-01-14T21:58:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-17T19:10:48.000Z (3 months ago)
- Last Synced: 2025-07-17T20:01:44.393Z (3 months ago)
- Topics: catppuccin, egui, hacktoberfest, theme
- Language: Rust
- Homepage: https://docs.rs/catppuccin-egui
- Size: 415 KB
- Stars: 279
- Watchers: 4
- Forks: 35
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-egui - egui catppuccin theme
README

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`:
```toml
[dependencies]
catppuccin-egui = { version = "5.6.0", default-features = false, features = ["egui32"] }
```
To use a theme, call the `set_theme` function with a theme and the egui context:
```rust
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](https://github.com/catppuccin/toolbox/tree/main/whiskers) is required as a build-time development dependency.
## π Thanks to
- [Stonks3141](https://github.com/Stonks3141)
Β
Copyright Β© 2023-present Catppuccin Org