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

Both fonts proggy clean and open sans are included.








$ claude mcp add dear_egui \
-- python -m otcore.mcp_server <graph>