aboutsummaryrefslogtreecommitdiff
path: root/zathura/.config/zathura/zathurarc
diff options
context:
space:
mode:
Diffstat (limited to 'zathura/.config/zathura/zathurarc')
-rw-r--r--zathura/.config/zathura/zathurarc34
1 files changed, 34 insertions, 0 deletions
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 @@
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 "#ff0080"
11set completion-highlight-fg "#4d4d4c"
12
13# set statusbar-bg "#ff0080"
14# set 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"
30set guioptions ""
31
32set font "SF Mono 10"
33
34