Currently there are 4 themes to select:
The theme coloring still needs work, Nord looks the best so far.
use egui::Context;
use egui_theme::{Theme, ThemeKind};
let theme = Theme::new(ThemeKind::Nord);
egui_ctx.set_style(theme.style.clone());
serde
enables serialization.