emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
21.56k stars 1.56k forks source link

high contrast dark theme ? #4809

Open m172021 opened 1 month ago

m172021 commented 1 month ago

I am aware of https://github.com/emilk/egui/discussions/1627 and Visuals::dark() .

Question: Is there a HIGH CONTRAST dark theme for egui ?

Where there are no shadows, dark is #000000 and light are #ffff00 #ff00ff #00ffff , something that would go well with with a dark city with glowing neon lights?

Thanks!

xangelix commented 1 month ago

re_ui might be a good starting point :) You probably don't want to use the entire crate, so maybe take a look at: https://github.com/rerun-io/rerun/blob/main/crates/viewer/re_ui/src/design_tokens.rs