aboutsummaryrefslogtreecommitdiff
path: root/dot_config/zathura/zathurarc
blob: 1c2af074977e767926387a16567dc9f5d4d3fe11 (plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
set statusbar-h-padding 0
set statusbar-v-padding 0
set page-padding 1
map u scroll half-up
map d scroll half-down
map D toggle_page_mode
map r reload
map R rotate
map K zoom in
map J zoom out
map i recolor
map p print

###

set window-title-basename "true"
set selection-clipboard "clipboard"

set notification-error-bg       "#ff5555" # Red
set notification-error-fg       "#C9A6C9" # Foreground
set notification-warning-bg     "#ffb86c" # Orange
set notification-warning-fg     "#44475a" # Selection
set notification-bg             "#040217" # Background
set notification-fg             "#C9A6C9" # Foreground

set completion-bg               "#040217" # Background
set completion-fg               "#6272a4" # Comment
set completion-group-bg         "#040217" # Background
set completion-group-fg         "#6272a4" # Comment
set completion-highlight-bg     "#44475a" # Selection
set completion-highlight-fg     "#C9A6C9" # Foreground

set index-bg                    "#040217" # Background
set index-fg                    "#C9A6C9" # Foreground
set index-active-bg             "#44475a" # Current Line
set index-active-fg             "#C9A6C9" # Foreground

set inputbar-bg                 "#040217" # Background
set inputbar-fg                 "#C9A6C9" # Foreground
set statusbar-bg                "#040217" # Background
set statusbar-fg                "#C9A6C9" # Foreground

set highlight-color             "#ffb86c" # Orange
set highlight-active-color      "#ff79c6" # Pink

set default-bg                  "#040217" # Background
set default-fg                  "#C9A6C9" # Foreground

set render-loading              true
set render-loading-fg           "#040217" # Background
set render-loading-bg           "#C9A6C9" # Foreground

#
# Recolor mode settings
#

set recolor-lightcolor          "#040217" # Background
set recolor-darkcolor           "#C9A6C9" # Foreground

#
# Startup options
#
set adjust-open width
set recolor true