Crate imgui_styles

Source
Expand description

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);

Modules§

dracula
Published by Trippasch on https://github.com/ocornut/imgui/issues/707.
embrace_the_darkness
Published by janekb04 on https://github.com/ocornut/imgui/issues/707.
fonts
All the fonts avaiable within this crate.