Prepare Windows installer release

This commit is contained in:
lenn
2026-06-30 17:43:02 +08:00
parent 444c20f233
commit 1ed729f8da
8 changed files with 255 additions and 50 deletions

View File

@@ -29,7 +29,7 @@ pub struct DesignMetrics {
}
pub const ONE_DARK_PRO: AppTheme = AppTheme {
bg: egui::Color32::from_rgb(30, 40, 50),
bg: egui::Color32::BLACK,
panel: egui::Color32::from_rgb(22, 28, 35),
panel_strong: egui::Color32::from_rgb(34, 43, 54),
panel_deep: egui::Color32::from_rgb(15, 20, 27),