blob: 2dfa9991912919247afa421530166180b3103261 (
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
|
# normal mappings
map r reload
map R rotate
map i zoom in
map o zoom out
map f toggle_fullscreen
map x toggle_statusbar
map X toggle_index
map I recolor
set font "monospace bold 11"
set adjust-open "best-fit"
set pages-per-row 1
set scroll-page-aware "true"
set scroll-full-overlap 0.01
set scroll-step 100
set guioptions ""
set database "sqlite"
set continuous-hist-save true
set recolor false
set recolor-reverse-video true
set recolor-keephue true
set recolor-lightcolor "#2e3340"
set recolor-darkcolor "#d8dee9"
set default-fg "#88C0D0"
set default-bg "#3b4252"
set completion-bg "#434c5e"
set completion-fg "#d8dee9"
set completion-highlight-fg "#434c5e"
set completion-highlight-bg "#d08770"
set inputbar-fg "#d8dee9"
set inputbar-bg "#3b4252"
set notification-bg "#81a1c1"
set notification-fg "#2e3440"
set notification-error-bg "#bf616a"
set notification-error-fg "#eceff4"
set notification-warning-bg "#ebcb8b"
set notification-warning-fg "#2e3340"
set highlight-active-color rgba(235,203,139,0.75) # #ebcb8b
set highlight-color rgba(235,203,139,0.5)
set highlight-fg "#2e3440"
set index-active-bg "#d08770"
set index-active-fg "#ebcb8b"
set index-bg "#2e3440"
set index-fg "#d8dee9"
|