blob: 299c4f9a144c8ee6b6827645a20e1d3e4129295a (
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
|
set statusbar-h-padding 0
set statusbar-v-padding 0
set page-padding 1
set selection-clipboard clipboard
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
map g goto top
set database sqlite
set notification-error-bg "#151515" # bg
set notification-error-fg "#b46958" # bright:red
set notification-warning-bg "#151515" # bg
set notification-warning-fg "#F4BF75" # bright:yellow
set notification-bg "#151515" # bg
set notification-fg "#90A959" # bright:green
set completion-bg "#202020" # bg2
set completion-fg "#E1E1E1" # fg
set completion-group-bg "#171717" # bg1
set completion-group-fg "#373737" # gray
set completion-highlight-bg "#A2B5C1" # bright:blue
set completion-highlight-fg "#202020" # bg2
# Define the color in index mode
set index-bg "#202020" # bg2
set index-fg "#E1E1E1" # fg
set index-active-bg "#A2B5C1" # bright:blue
set index-active-fg "#202020" # bg2
set inputbar-bg "#151515" # bg
set inputbar-fg "#E1E1E1" # fg
set statusbar-bg "#202020" # bg2
set statusbar-fg "#E1E1E1" # fg
set highlight-color "#F4BF75" # bright:yellow
set highlight-active-color "#FFA557" # bright:orange
set default-bg "#151515" # bg
set default-fg "#E1E1E1" # fg
set render-loading true
set render-loading-bg "#151515" # bg
set render-loading-fg "#E1E1E1" # fg
# Recolor book content's color
set recolor-lightcolor "#151515" # bg
set recolor-darkcolor "#E1E1E1" # fg
set recolor "true"
# set recolor-keephue true # keep original color
|