diff options
author | Adrian Kummerlaender | 2015-01-05 22:51:14 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2015-01-05 22:51:14 +0100 |
commit | f8067475ac294452f3224fe6ea4959e590974a9c (patch) | |
tree | 4c64a41b475c184192c68a55045761b0e5b41f28 /pwmt | |
parent | e87e4f4d886a765d62000bf150c090bfa51dccd8 (diff) | |
download | dotfiles-f8067475ac294452f3224fe6ea4959e590974a9c.tar dotfiles-f8067475ac294452f3224fe6ea4959e590974a9c.tar.gz dotfiles-f8067475ac294452f3224fe6ea4959e590974a9c.tar.bz2 dotfiles-f8067475ac294452f3224fe6ea4959e590974a9c.tar.lz dotfiles-f8067475ac294452f3224fe6ea4959e590974a9c.tar.xz dotfiles-f8067475ac294452f3224fe6ea4959e590974a9c.tar.zst dotfiles-f8067475ac294452f3224fe6ea4959e590974a9c.zip |
Added basic colorscheme for the _zathura_ PDF reader
* removed unnecessary `source` call from `dmenu` script
Diffstat (limited to 'pwmt')
-rw-r--r-- | pwmt/.config/zathura/zathurarc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pwmt/.config/zathura/zathurarc b/pwmt/.config/zathura/zathurarc new file mode 100644 index 0000000..289ca0d --- /dev/null +++ b/pwmt/.config/zathura/zathurarc @@ -0,0 +1,13 @@ +set font "Droid Sans Mono 10.5" + +set inputbar-bg "#161616" +set inputbar-fg "#909737" + +set statusbar-bg "#161616" +set statusbar-fg "#909737" + +set completion-bg "#161616" +set completion-fg "#909737" + +set completion-highlight-bg "#909737" +set completion-highlight-fg "#161616" |