diff options
| author | 2020-05-17 01:46:57 +0200 | |
|---|---|---|
| committer | 2020-05-17 01:46:57 +0200 | |
| commit | aa45d0aa5514ae448f836c1b586fbad69a82c281 (patch) | |
| tree | f6e7c1695df4d8055e5c8f9deeded4592bd6d999 | |
| parent | 297f0c31a4de754089d290b32709e167d3e83bd4 (diff) | |
Add a few example screenshots to the README
| -rw-r--r-- | README.md | 23 |
1 files changed, 17 insertions, 6 deletions
@@ -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 |
