summaryrefslogtreecommitdiff
path: root/iced_builder/assets
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2024-12-30 02:15:10 +0100
committerpml68 <contact@pml68.dev>2024-12-30 02:15:10 +0100
commit0dad6dd5b8395d3089bed022a4b8830f7cae7d9f (patch)
treee28ccc225c07f9b49a1c233fb81c8eddd75a01c0 /iced_builder/assets
parentrefactor!: switch to `uuid` for uuid generation (diff)
downloadiced-builder-0dad6dd5b8395d3089bed022a4b8830f7cae7d9f.tar.gz
feat: add config loading, with theming support, limited to Palette for now
Diffstat (limited to '')
-rw-r--r--iced_builder/assets/config.toml1
-rw-r--r--iced_builder/assets/themes/Rose Pine.toml5
2 files changed, 6 insertions, 0 deletions
diff --git a/iced_builder/assets/config.toml b/iced_builder/assets/config.toml
new file mode 100644
index 0000000..8ef1bb3
--- /dev/null
+++ b/iced_builder/assets/config.toml
@@ -0,0 +1 @@
+theme = "Rose Pine"
diff --git a/iced_builder/assets/themes/Rose Pine.toml b/iced_builder/assets/themes/Rose Pine.toml
new file mode 100644
index 0000000..a4eeeeb
--- /dev/null
+++ b/iced_builder/assets/themes/Rose Pine.toml
@@ -0,0 +1,5 @@
+background = "#26233a"
+text = "#e0def4"
+primary = "#9ccfd8"
+success = "#f6c177"
+danger = "#eb6f92"