diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -7,11 +7,18 @@ It is meant to be used along with the [new implementation][3] of base16 colorsch project, which propose a modular approach, by separating templates, schemes and builder into different repositories. -# installation +**Update:** This repository was initialized and maintained for a long time by the brilliant @nicodebo. As of 5th June 2020, after a discussion [on this issue](https://github.com/chriskempson/base16/issues/225#issuecomment-639739616), the repo is now managed by me, @HaoZeke. + +# Installation Append your favorite base16 colorscheme from the `build_scheme` directory into -your zathura configuration file `$XDG_CONFIG_HOME/zathura/zathurarc (default: -~/.config/zathura/zathurarc)`. +your zathura configuration file `$XDG_CONFIG_HOME/zathura/zathurarc (default: ~/.config/zathura/zathurarc)`. + +# Contributing + +In order to contribute, please make sure to use the `poetry` setup. For details +on the `direnv` setup [see this](https://rgoswami.me/posts/poetry-direnv/). This +project also follows a code of conduct, borrowed from the [d-SEAMS guidelines](https://github.com/d-SEAMS/seams-core/blob/master/CONTRIBUTING.md). [1]: https://chriskempson.github.io/base16/ [2]: https://pwmt.org/projects/zathura/ |
