Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catppuccin/egui
π Soothing pastel theme for egui
https://github.com/catppuccin/egui
catppuccin egui hacktoberfest theme
Last synced: 11 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T00:04:15.000Z (7 months ago)
- Last Synced: 2024-04-24T00:21:25.293Z (7 months ago)
- Topics: catppuccin, egui, hacktoberfest, theme
- Language: Rust
- Homepage: https://docs.rs/catppuccin-egui
- Size: 377 KB
- Stars: 167
- Watchers: 3
- Forks: 20
- Open Issues: 2
-
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.3.0", default-features = false, features = ["egui29"] }
```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