summaryrefslogtreecommitdiffstats
path: root/examples/styling
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-20 07:22:10 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-20 07:22:10 +0100
commit472269580038294b67106aad4e3d1c1117ab9d59 (patch)
treef59b49790733992a604954cc38c62b5461640d98 /examples/styling
parent6e784e29de71ca1f6ccefd37f4ce7257bbbb4e43 (diff)
downloadiced-472269580038294b67106aad4e3d1c1117ab9d59.tar.gz
iced-472269580038294b67106aad4e3d1c1117ab9d59.tar.bz2
iced-472269580038294b67106aad4e3d1c1117ab9d59.zip
Add `README` for `styling` example
Diffstat (limited to 'examples/styling')
-rw-r--r--examples/styling/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/styling/README.md b/examples/styling/README.md
new file mode 100644
index 00000000..6c198a54
--- /dev/null
+++ b/examples/styling/README.md
@@ -0,0 +1,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
+```