#imgui #themes #egui #style

imgui_styles

A collection of immediate gui themes

4 releases (2 breaking)

Uses new Rust 2024

0.3.0 Sep 21, 2025
0.2.1 Dec 5, 2023
0.2.0 Nov 24, 2023
0.1.0 Nov 24, 2023

#1754 in GUI

Download history

204 downloads per month

MIT license

1MB
211 lines

The Immediate GUI style themes. Supports ImGUI, but in the future there are plans to also support eGUI.

Just obtain the theme object and use it! For example:

let mut imgui_context = ...; // obtain imgui::Context
imgui_styles::embrace_the_darkness::context_patch(&mut imgui_context);

CI Crates Docs MIT licensed

Immediate GUI Styles

The crate is a collection of different themes for ImGui and eGUI.

Feel free to contribute!

License

MIT

Dependencies

~13MB
~241K SLoC