diff options
| author | pml68 <contact@pml68.dev> | 2025-08-14 11:04:02 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-08-14 11:04:02 +0200 |
| commit | 93949b4eab6b1a328cafcbe20fc9a3fd0c9023e6 (patch) | |
| tree | 3a8259f93d5e63e9d3a5ff6b5457e4fc75839182 | |
| parent | chore: necessary updates for iced master (diff) | |
| download | iced_material-93949b4eab6b1a328cafcbe20fc9a3fd0c9023e6.tar.gz | |
docs(README): add screenshots
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | assets/styling_dark.png | bin | 0 -> 33816 bytes | |||
| -rw-r--r-- | assets/styling_light.png | bin | 0 -> 33930 bytes |
3 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ # material_theme ## A [Material3](https://m3.material.io) inspired custom theme for [`iced`](https://iced.rs) + +## Screenshots + +`Theme::Dark` + + +`Theme::Light` + + ## Features - `default`: `system-theme` diff --git a/assets/styling_dark.png b/assets/styling_dark.png Binary files differnew file mode 100644 index 0000000..8cd3c1c --- /dev/null +++ b/assets/styling_dark.png diff --git a/assets/styling_light.png b/assets/styling_light.png Binary files differnew file mode 100644 index 0000000..97d7e68 --- /dev/null +++ b/assets/styling_light.png |
