A theme for egui insipred by Dear ImGui
Set the theme on the relevant egui context by specifiying the theme and font to use.
dear_egui::set_theme(
ctx,
dear_egui::Theme::Imgui,
dear_egui::Font::OpenSans,
);| Name | Name | Last commit date | ||
|---|---|---|---|---|
A theme for egui insipred by Dear ImGui
Set the theme on the relevant egui context by specifiying the theme and font to use.
dear_egui::set_theme(
ctx,
dear_egui::Theme::Imgui,
dear_egui::Font::OpenSans,
);