aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-08-14 11:04:02 +0200
committerpml68 <contact@pml68.dev>2025-08-14 11:04:02 +0200
commit93949b4eab6b1a328cafcbe20fc9a3fd0c9023e6 (patch)
tree3a8259f93d5e63e9d3a5ff6b5457e4fc75839182
parentchore: necessary updates for iced master (diff)
downloadiced_material-93949b4eab6b1a328cafcbe20fc9a3fd0c9023e6.tar.gz
docs(README): add screenshots
-rw-r--r--README.md9
-rw-r--r--assets/styling_dark.pngbin0 -> 33816 bytes
-rw-r--r--assets/styling_light.pngbin0 -> 33930 bytes
3 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index ecc3917..e9992ce 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,15 @@
# material_theme
## A [Material3](https://m3.material.io) inspired custom theme for [`iced`](https://iced.rs)
+
+## Screenshots
+
+`Theme::Dark`
+![Dark](assets/styling_dark.png)
+
+`Theme::Light`
+![Light](assets/styling_light.png)
+
## Features
- `default`: `system-theme`
diff --git a/assets/styling_dark.png b/assets/styling_dark.png
new file mode 100644
index 0000000..8cd3c1c
--- /dev/null
+++ b/assets/styling_dark.png
Binary files differ
diff --git a/assets/styling_light.png b/assets/styling_light.png
new file mode 100644
index 0000000..97d7e68
--- /dev/null
+++ b/assets/styling_light.png
Binary files differ