From 51810b5c07e20982ebdf66f0bfb384c4bf55ad7d Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 22 Jul 2020 08:04:08 +0530 Subject: squash again --- zathura/.config/zathura/zathurarc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 zathura/.config/zathura/zathurarc (limited to 'zathura') diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc new file mode 100644 index 0000000..cae43b1 --- /dev/null +++ b/zathura/.config/zathura/zathurarc @@ -0,0 +1,34 @@ +set incremental-search true + +set recolor "true" + +set default-bg "#ffffff" +set default-fg "#4d4d4c" + +set completion-bg "#ffffff" +set completion-fg "#4d4d4c" +set completion-highlight-bg "#ff0080" +set completion-highlight-fg "#4d4d4c" + +# set statusbar-bg "#ff0080" +# set statusbar-fg "#ffffff" + +set inputbar-bg "#ffffff" +set inputbar-fg "#4d4d4c" + +set recolor-darkcolor "#4d4d4c" +set recolor-lightcolor "#ffffff" + +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 guioptions "" + +set font "SF Mono 10" + + -- cgit v1.2.3