LennysLounge / dear_egui

A egui theme inspired by dear imgui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dear_egui

A theme for egui insipred by Dear ImGui

Instalation

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

Preview

Imgui

imgui

Proggy clean

Both fonts proggy clean and open sans are included. proggy_clean

Cadmium

Cadmium

Acid

Acid

Forest

Forest

Sky

Sky

Iris

Iris

Violet

Violet

Raspberry

Raspberry

About

A egui theme inspired by dear imgui

License:MIT License


Languages

Language:Rust 100.0%