blob: fd12300d32cb136115478367c561e24f24213fa9 (
plain) (
tree)
|
|
# 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
```
|