blob: e9992ce244274038b264ee6a5e7dbe6f429e0ea6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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`
- `system-theme`: Adds a `System` theme variant that follows the system theme mode.
- `serde`: Provides [`serde`](https://docs.rs/serde) support.
- `animate`: Provides support for animating with [`iced_anim`](https://github.com/bradysimon/iced_anim/tree/iced/master).
- `crisp`: Enables pixel snapping for crisp edges by default (can cause jitter!).
- `dialog`: Provides support for [`iced_dialog`](https://github.com/pml68/iced_dialog).
- `markdown`: Provides support for the markdown widget.
- `svg`: Provides support for the SVG widget.
- `qr_code`: Provides support for the QR code widget.
|