summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-04 22:53:07 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-04 22:53:07 +0200
commit3d3e51a742ec940e19271897a8266172bffd6587 (patch)
tree7bdb18ebeb0aec79438d102f8c211287b77ca498
parent1a8d253611d3796b0a32b2f096bb54565a5292e0 (diff)
downloadiced-3d3e51a742ec940e19271897a8266172bffd6587.tar.gz
iced-3d3e51a742ec940e19271897a8266172bffd6587.tar.bz2
iced-3d3e51a742ec940e19271897a8266172bffd6587.zip
Add screenshot to `README` of `color_palette`
Diffstat (limited to '')
-rw-r--r--examples/color_palette/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/color_palette/README.md b/examples/color_palette/README.md
index b646f3b3..e70188f8 100644
--- a/examples/color_palette/README.md
+++ b/examples/color_palette/README.md
@@ -1,7 +1,13 @@
-## Color Palette
+## Color palette
A color palette generator, based on a user-defined root color.
+<div align="center">
+ <a href="https://gfycat.com/dirtylonebighornsheep">
+ <img src="https://github.com/hecrj/iced/raw/1a8d253611d3796b0a32b2f096bb54565a5292e0/examples/color_palette/screenshot.png">
+ </a>
+</div>
+
You can run it with `cargo run`:
```