| Crates.io | zeus-theme |
| lib.rs | zeus-theme |
| version | 0.3.20 |
| created_at | 2025-10-09 06:55:42.795045+00 |
| updated_at | 2025-12-30 10:03:47.486798+00 |
| description | Themes for egui |
| homepage | |
| repository | https://github.com/greekfetacheese/zeus/tree/master/crates/zeus-theme |
| max_upload_size | |
| id | 1875173 |
| size | 244,297 |
Available themes:
use egui::Context;
use zeus_theme::{Theme, ThemeKind};
let theme = Theme::new(ThemeKind::Dark);
egui_ctx.set_style(theme.style.clone());
serde enables serialization.