-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzathurarc
46 lines (42 loc) · 1.46 KB
/
zathurarc
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Generated by https://github.com/gennaro-tedesco/zathuraconf@c37107a
set notification-error-bg "#002b36"
set notification-error-fg "#cb4b16"
set notification-warning-bg "#002b36"
set notification-warning-fg "#cb4b16"
set notification-bg "#002b36"
set notification-fg "#cb4b16"
set completion-group-bg "#002b36"
set completion-group-fg "#859900"
set completion-bg "#073642"
set completion-fg "#93a1a1"
set completion-highlight-bg "#859900"
set completion-highlight-fg "#002b36"
set inputbar-bg "#002b36"
set inputbar-fg "#93a1a1"
set statusbar-bg "#002b36"
set statusbar-fg "#93a1a1"
set highlight-color "#859900"
set highlight-active-color "#268bd2"
set default-bg "#002b36"
set default-fg "#93a1a1"
set recolor true
set recolor-lightcolor "#073642"
set recolor-darkcolor "#93a1a1"
set index-bg "#073642"
set index-fg "#93a1a1"
set index-active-bg "#859900"
set index-active-fg "#002b36"
# Gap between pages
set page-padding 10
# Display current page number in window title
set window-title-page true
# Display command-line, status bar, and vertical scrollbar
set guioptions csv
# key bindings
map w adjust_window width
map z adjust_window bestfit
map i toggle_index
map r rotate
map <C-p> print
# toggle color scheme: solarized <-> default
map <F6> recolor