diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..54cc151 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# base16-zathura + +This repository provide [base16][1] colorschemes for [zathura][2], a +minimalistic plugin based document viewer which focus on keyboard interaction. + +It is meant to be used along with the [new implementation][3] of base16 colorscheme +project, which propose a modular approach, by separating templates, schemes and +builder into different repositories. + + +<!--```bash--> +<!-- back up your old zathura config--> +<!--cp ~/.config/zathura/zathurarc--> +<!--mkdir -p ~/.config/zathura--> +<!--curl https://raw.githubusercontent.com/khamer/base16-termite/master/themes/base16-default-dark.config >> ~/.config/termite/config--> +<!--```--> + +# References + +[1]: https://chriskempson.github.io/base16/ +[2]: https://pwmt.org/projects/zathura/ +[3]: https://github.com/chriskempson/base16 +<!--[4]: https://github.com/chriskempson/base16-builder--> |
