aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar nicodebo <nico.debo@openmailbox.org>2017-02-12 12:07:45 +0100
committerLibravatar nicodebo <nico.debo@openmailbox.org>2017-02-12 12:07:45 +0100
commit989d98efcee4a36cd4e708cc9e881519bf047c23 (patch)
tree9d5fce8e229bd94dea8a9d3ecb0ac2495587e2e1 /README.md
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
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-->