summaryrefslogtreecommitdiff
path: root/.config/zathura/zathurarc
blob: da911a7850debc7101f3c4465d7ec90016422a11 (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
#  _____     _   _
# |__  /__ _| |_| |__  _   _ _ __ __ _
#   / // _` | __| '_ \| | | | '__/ _` |
#  / /| (_| | |_| | | | |_| | | | (_| |
# /____\__,_|\__|_| |_|\__,_|_|  \__,_|
#

set statusbar-h-padding 0
set statusbar-v-padding 0
set statusbar-basename true
set zoom-center true
set window-title-basename true
set window-title-page true
set default-bg              "rgba( 0,   0,   0,   0    )"
set recolor-lightcolor      "rgba( 15,  23,  28,  0.92 )"
set recolor-darkcolor       "rgba( 242, 241, 240, 1    )"
# set recolor-lightcolor    "rgba( 24,  32,  36,  0.72 )"
# set recolor-darkcolor     "rgba( 186, 196, 199, 1    )"
set inputbar-fg             "rgba( 186, 196, 199, 1    )"
set inputbar-bg             "rgba( 34,  45,  50,  0.9  )"
set statusbar-fg            "rgba( 186, 196, 199, 1    )"
set statusbar-bg            "rgba( 34,  45,  50,  0.9  )"
set notification-warning-bg "rgba( 233, 217, 176, 0.9  )"
set notification-warning-fg "rgba( 34,  45,  50,  1    )"
set notification-error-bg   "rgba( 102, 170, 187, 0.9  )"
set notification-error-fg   "rgba( 34,  45,  50,  1    )"
set selection-clipboard clipboard
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 J zoom in
map K zoom out
map i recolor
map p print

# map <C-o> focus_inputbar ":exec lpr $FILE"<cr>