2020-01-20 07:22:10 +01:00
|
|
|
# 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">
|
2023-09-07 05:05:43 +02:00
|
|
|
<img src="https://iced.rs/examples/styling.gif">
|
2020-01-20 07:22:10 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
You can run it with `cargo run`:
|
|
|
|
|
```
|
|
|
|
|
cargo run --package styling
|
|
|
|
|
```
|