6 releases
Uses new Rust 2024
| 0.3.20 | Dec 30, 2025 |
|---|---|
| 0.3.10 | Dec 29, 2025 |
| 0.2.1 | Dec 3, 2025 |
| 0.2.0 | Nov 27, 2025 |
| 0.1.0 | Oct 9, 2025 |
#1738 in GUI
Used in 2 crates
110KB
3K
SLoC
zeus-theme
Theme color styling for egui
Available themes:
- Dark
- Tokyo Night
This crate is still being actively developed, there will be breaking changes either to some apis or to the theme specs.
Usage:
use egui::Context;
use zeus_theme::{Theme, ThemeKind};
let theme = Theme::new(ThemeKind::Dark);
egui_ctx.set_style(theme.style.clone());
Feature Flags
serde enables serialization.
Dependencies
~7.5MB
~143K SLoC