blob: 077107abde27fc3c70b67a94c59b18e6e5102d50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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.
**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)`.
# Contributing
In order to contribute, please make sure to use the `nix-shell` 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/
[3]: https://github.com/chriskempson/base16
|