all repos — dotfiles @ 85e093fc5578dde25c8c3de4e3d44f632134ff6f

my *nix dotfiles

Add zathura config

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 18 Jul 2019 17:27:06 +0530
commit

85e093fc5578dde25c8c3de4e3d44f632134ff6f

parent

0a7f200b5f810f7fccbdc4f4251762913ed488b4

1 files changed, 31 insertions(+), 0 deletions(-)

jump to
A config/zathura/zathurarc

@@ -0,0 +1,31 @@

+set incremental-search true + +set recolor "true" + +set default-bg "#1b2b34" +set default-fg "#c0c5ce" + +set completion-bg "#1b2b34" +set completion-fg "#c0c5ce" +set completion-highlight-bg "#6699cc" +set completion-highlight-fg "#c0c5ce" + +set statusbar-bg "#6699cc" +set statusbar-fg "#1b2b34" + +set inputbar-bg "#1b2b34" +set inputbar-fg "#c0c5ce" + +set recolor-darkcolor "#c0c5ce" +set recolor-lightcolor "#1b2b34" + +set window-height "800" +set window-width "600" + +set adjust-open "width" +set smooth-scroll true +set statusbar-home-tilde "true" +set statusbar-h-padding "50" +set statusbar-v-padding "50" + +set font "SF Mono Semibold 12"