From aa45d0aa5514ae448f836c1b586fbad69a82c281 Mon Sep 17 00:00:00 2001 From: karlch Date: Sun, 17 May 2020 01:46:57 +0200 Subject: Add a few example screenshots to the README --- README.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'README.md') 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 + +gruvbox-dark-medium + +#### nord + +nord + +#### solarized-light + +solarized-light + +### License MIT -- cgit