all repos — dotfiles @ 7aea05e57ad97627f5907f1e8e220b61cc467254

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
set incremental-search true

set recolor "true"

set default-bg "#f4f4f4"
set default-fg "#676767"

set completion-bg "#f4f4f4"
set completion-fg "#676767"
set completion-highlight-bg "#6587bf"
set completion-highlight-fg "#676767"

set statusbar-bg "#6587bf"
set statusbar-fg "#f4f4f4"

set inputbar-bg "#f4f4f4"
set inputbar-fg "#676767"

set recolor-darkcolor "#676767"
set recolor-lightcolor "#f4f4f4"

set window-height "800"
set window-width "600"

set adjust-open "width"
set statusbar-home-tilde "true"
set statusbar-h-padding "50"
set statusbar-v-padding "50"

set font "SF Mono 12"