Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


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`:

```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