13 lines
298 B
Markdown
13 lines
298 B
Markdown
# 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
|
|
```
|