Crates.io | catppuccin-egui |
lib.rs | catppuccin-egui |
version | 5.3.1 |
source | src |
created_at | 2023-01-15 01:55:48.217767 |
updated_at | 2024-11-09 15:34:59.824246 |
description | Soothing pastel theme for egui. |
homepage | https://github.com/catppuccin/egui |
repository | https://github.com/catppuccin/egui |
max_upload_size | |
id | 759165 |
size | 29,058 |
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.
Copyright © 2023-present Catppuccin Org