From 989d98efcee4a36cd4e708cc9e881519bf047c23 Mon Sep 17 00:00:00 2001 From: nicodebo Date: Sun, 12 Feb 2017 12:07:45 +0100 Subject: Initial commit Base16 zathura template for the the new implementation of base16. https://github.com/chriskempson/base16 based on esn89 templates from the deprecated project https://github.com/chriskempson/base16-builder/tree/master/templates/zathura --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. + + + + + + + + + +# References + +[1]: https://chriskempson.github.io/base16/ +[2]: https://pwmt.org/projects/zathura/ +[3]: https://github.com/chriskempson/base16 + -- cgit