View difference between Paste ID: 6jt4QkYd and Zc4qmtav
SHOW: | | - or go back to the newest paste.
1-
# Zathura configuration file
1+
# Zathura configuration file
2-
# See man `man zathurarc'
2+
# See man `man zathurarc'
3-
3+
4-
# Open document in fit-width mode by default
4+
# Open document in fit-width mode by default
5-
set adjust-open "best-fit"
5+
set adjust-open "best-fit"
6-
6+
7-
# One page per row by default
7+
# One page per row by default
8-
set pages-per-row 1
8+
set pages-per-row 1
9-
9+
10-
#stop at page boundries
10+
#stop at page boundries
11-
set scroll-page-aware "true"
11+
set scroll-page-aware "true"
12-
set smooth-scroll "true"
12+
set smooth-scroll "true"
13-
set scroll-full-overlap 0.01
13+
set scroll-full-overlap 0.01
14-
set scroll-step 100
14+
set scroll-step 100
15-
15+
16-
#zoom settings
16+
#zoom settings
17-
set zoom-min 10
17+
set zoom-min 10
18-
set guioptions ""
18+
set guioptions ""
19-
19+
20-
# zathurarc-dark
20+
# zathurarc-dark
21-
21+
22-
set font "inconsolata 15"
22+
set font "inconsolata 15"
23-
set default-bg "#000000" #00
23+
set default-bg "#000000" #00
24-
set default-fg "#F7F7F6" #01
24+
set default-fg "#F7F7F6" #01
25-
25+
26-
set statusbar-fg "#B0B0B0" #04
26+
set statusbar-fg "#B0B0B0" #04
27-
set statusbar-bg "#202020" #01
27+
set statusbar-bg "#202020" #01
28-
28+
29-
set inputbar-bg "#151515" #00 currently not used
29+
set inputbar-bg "#151515" #00 currently not used
30-
set inputbar-fg "#FFFFFF" #02
30+
set inputbar-fg "#FFFFFF" #02
31-
31+
32-
set notification-error-bg "#AC4142" #08
32+
set notification-error-bg "#AC4142" #08
33-
set notification-error-fg "#151515" #00
33+
set notification-error-fg "#151515" #00
34-
34+
35-
set notification-warning-bg "#AC4142" #08
35+
set notification-warning-bg "#AC4142" #08
36-
set notification-warning-fg "#151515" #00
36+
set notification-warning-fg "#151515" #00
37-
37+
38-
set highlight-color "#F4BF75" #0A
38+
set highlight-color "#F4BF75" #0A
39-
set highlight-active-color "#6A9FB5" #0D
39+
set highlight-active-color "#6A9FB5" #0D
40-
40+
41-
set completion-highlight-fg "#151515" #02
41+
set completion-highlight-fg "#151515" #02
42-
set completion-highlight-bg "#90A959" #0C
42+
set completion-highlight-bg "#90A959" #0C
43-
43+
44-
set completion-bg "#303030" #02
44+
set completion-bg "#303030" #02
45-
set completion-fg "#E0E0E0" #0C
45+
set completion-fg "#E0E0E0" #0C
46-
46+
47-
set notification-bg "#90A959" #0B
47+
set notification-bg "#90A959" #0B
48-
set notification-fg "#151515" #00
48+
set notification-fg "#151515" #00
49-
49+
50-
set recolor "true"
50+
set recolor "true"
51-
set recolor-lightcolor "#000000" #00
51+
set recolor-lightcolor "#000000" #00
52-
set recolor-darkcolor "#E0E0E0" #06
52+
set recolor-darkcolor "#E0E0E0" #06
53-
set recolor-reverse-video "true"
53+
set recolor-reverse-video "true"
54-
set recolor-keephue "true"
54+
set recolor-keephue "true"
55-
55+
56-
56+
57-
set render-loading "false"
57+
set render-loading "false"
58-
set scroll-step 50
58+
set scroll-step 50
59-
unmap f
59+
unmap f
60-
map f toggle_fullscreen
60+
map f toggle_fullscreen
61
map [fullscreen] f toggle_fullscreen