diff options
| author | 2019-08-16 15:08:42 +0200 | |
|---|---|---|
| committer | 2019-08-16 15:30:34 +0200 | |
| commit | f153cb2cfc6880985401bcdc7ff84d6faf2e0ce7 (patch) | |
| tree | 944f1aaa5adc2d1d2ea6c26aa7fe3d9698708a56 /README.md | |
Initial commit
Includes:
* MIT License
* Basic README
* template configuration
* vimiv style template
* gitignore file to ignore the builder directory
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc401b0 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +base16 themes for vimiv +======================= + +[Base16](https://github.com/chriskempson/base16) +color schemes for +[vimiv](https://karlch.github.io/vimiv-qt/). + +All files in this repository are generated by +[base16-builder-python](https://github.com/InspectorMustache/base16-builder-python). + +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. + +License +------- + +MIT |
