diff options
author | shmibs <shmibs@gmail.com> | 2014-01-06 10:16:16 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-01-06 10:16:16 -0700 |
commit | eb52ab2616e8e004499333656307d01c45c369ef (patch) | |
tree | a704f4c2abbfabb4dd2867cd333db48b3e323811 /.config/zathura | |
download | dotfiles-eb52ab2616e8e004499333656307d01c45c369ef.tar.gz |
initial commit
Diffstat (limited to '.config/zathura')
-rw-r--r-- | .config/zathura/zathurarc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..3910d30 --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,4 @@ +set font "Droid Sans Mono 10" +set inputbar-fg "#333333" +set tabbar-focus-fg "#333333" +set completion-highlight-bg "#7A658F" |