all repos — dotfiles @ 92087b0a29e216ef1762e6e414b811ab6bff2f48

my *nix dotfiles

config/zathura/zathurarc (view raw)

 1set incremental-search true
 2
 3set recolor "true"
 4
 5set default-bg "#ffffff"
 6set default-fg "#4d4d4c"
 7
 8set completion-bg "#ffffff"
 9set completion-fg "#4d4d4c"
10set completion-highlight-bg "#4271ae"
11set completion-highlight-fg "#4d4d4c"
12
13set statusbar-bg "#4271ae"
14set statusbar-fg "#ffffff"
15
16set inputbar-bg "#ffffff"
17set inputbar-fg "#4d4d4c"
18
19set recolor-darkcolor "#4d4d4c"
20set recolor-lightcolor "#ffffff"
21
22set window-height "800"
23set window-width "600"
24
25set adjust-open "width"
26set smooth-scroll true
27set statusbar-home-tilde "true"
28set statusbar-h-padding "50"
29set statusbar-v-padding "50"
30
31set font "SF Mono Semibold 12"
32
33