blob: fd12300d32cb136115478367c561e24f24213fa9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Styling
An example showcasing custom styling with a light and dark theme.
All the example code is located in the __[`main`](src/main.rs)__ file.
<div align="center">
<img src="https://iced.rs/examples/styling.gif">
</div>
You can run it with `cargo run`:
```
cargo run --package styling
```
|