summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-02 23:09:54 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-02 23:09:54 +0200
commit144f38a115e4fc869445dee4704bdd3d126153d7 (patch)
treee4cbab34f183d89e719aa2b1e3b577241e4a8011 /src/config.rs
parentfix(rendered_element): `Row` and `Column` options being applied to `Container` (diff)
downloadiced-builder-144f38a115e4fc869445dee4704bdd3d126153d7.tar.gz
feat: update according to latest iced and iced_material changes
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 0ef094c..98140e6 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -104,7 +104,7 @@ impl Config {
Some(theme)
};
- let mut selected = Theme::default();
+ let mut selected = Theme::Dark;
let mut all = Theme::ALL.to_owned();
if let Some(index) =