summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorVille Hakulinen <ville.hakulinen@gmail.com>2019-02-17 18:08:00 +0200
committerVille Hakulinen <ville.hakulinen@gmail.com>2019-02-17 18:08:00 +0200
commitf9cf2f2e7d36329cdc05bcaede46aac953603c9e (patch)
tree76cd99e2800d698fc5c0c81e0209f7fbde464682 /assets
parent11dc763c78f4dac1597de4cb8db6c67f5f68911d (diff)
Add note about the icons
Diffstat (limited to 'assets')
-rw-r--r--assets/icons/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/icons/README.md b/assets/icons/README.md
new file mode 100644
index 0000000..eadb29f
--- /dev/null
+++ b/assets/icons/README.md
@@ -0,0 +1,6 @@
+# Icons
+
+These icons are from [feather](https://github.com/feathericons/feather). Only
+changes are the `color` properties in the top level svg tag. The actual value
+for it is added in the runtime, hence the value `#{}`. Value is injected
+with rust macro `format!`.