zeus-theme

Crates.iozeus-theme
lib.rszeus-theme
version0.3.20
created_at2025-10-09 06:55:42.795045+00
updated_at2025-12-30 10:03:47.486798+00
descriptionThemes for egui
homepage
repositoryhttps://github.com/greekfetacheese/zeus/tree/master/crates/zeus-theme
max_upload_size
id1875173
size244,297
Michalis Molfetas (greekfetacheese)

documentation

README

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.

Commit count: 494

cargo fmt