diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-14 18:06:12 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-14 18:06:12 +0100 |
| commit | 38caf6ea1b37e6e99f44accb5ff4f9361648ac34 (patch) | |
| tree | 9babe8a24326626353ead187e570a00a6f47f540 /.config/zathura/zathurarc | |
| parent | 9efb0a1fcdfb2d6de1615dc2addf8a38bdcdb8db (diff) | |
changes
Diffstat (limited to '.config/zathura/zathurarc')
| -rw-r--r-- | .config/zathura/zathurarc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..86385b2 --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,18 @@ +set selection-clipboard clipboard +set recolor-darkcolor "#fff" +set recolor-lightcolor "#181818" +set default-fg "#fff" +set default-bg "#181818" +set recolor true + +set completion-bg "#252525" +set completion-fg "#ccc" +set completion-highlight-bg "#547f62" +set completion-highlight-fg "#fff" +set completion-group-bg "#7f5471" +set completion-group-fg "#fff" + +set inputbar-bg "#090909" +set inputbar-fg "#547f62" + +set font "Source Code Pro 11" |