aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md23
1 files changed, 17 insertions, 6 deletions
diff --git a/README.md b/README.md
index e175fca..75f826f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-base16 themes for vimiv
-=======================
+# base16 themes for vimiv
[Base16](https://github.com/chriskempson/base16)
color schemes for
@@ -8,8 +7,7 @@ color schemes for
All files in this repository are generated by
[base16-builder-python](https://github.com/InspectorMustache/base16-builder-python).
-Usage
------
+### Usage
Pick your favorite theme from the `build/` directory, place the file in vimiv's styles
directory and set the `style` option in `vimiv.conf` to the name of your chosen file.
@@ -17,7 +15,20 @@ See
[vimiv's documentation](https://karlch.github.io/vimiv-qt/documentation/configuration/style.html)
for more details on styling.
-License
--------
+### Examples
+
+#### gruvbox-dark-medium
+
+<img src="https://i.postimg.cc/0jxy8tqw/gruvbox-dark-medium.png" alt="gruvbox-dark-medium" width="400"/>
+
+#### nord
+
+<img src="https://i.postimg.cc/3J8xVb1M/nord.png" alt="nord" width="400"/>
+
+#### solarized-light
+
+<img src="https://i.postimg.cc/05dNtqpd/solarized-light.png" alt="solarized-light" width="400"/>
+
+### License
MIT