summaryrefslogtreecommitdiffstats
path: root/examples/styling/README.md
blob: 6c198a541dadf0730b9a557d7cc9d704769fd0b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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">
  <a href="https://user-images.githubusercontent.com/518289/71867993-acff4300-310c-11ea-85a3-d01d8f884346.gif">
    <img src="https://user-images.githubusercontent.com/518289/71867993-acff4300-310c-11ea-85a3-d01d8f884346.gif" height="400px">
  </a>
</div>

You can run it with `cargo run`:
```
cargo run --package styling
```