all repos — dotfiles @ 906d75747462f14ddf35b0dcde33fea458232aa3

my *nix dotfiles

config/zathura/zathurarc (view raw)

 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
 26
 27
 28
 29
 30
 31
 32
 33
set incremental-search true

set recolor "true"

set default-bg "#f8f8f8"
set default-fg "#383838"

set completion-bg "#f8f8f8"
set completion-fg "#383838"
set completion-highlight-bg "#7cafc2"
set completion-highlight-fg "#383838"

set statusbar-bg "#7cafc2"
set statusbar-fg "#f8f8f8"

set inputbar-bg "#f8f8f8"
set inputbar-fg "#383838"

set recolor-darkcolor "#383838"
set recolor-lightcolor "#f8f8f8"

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"