blob: 58ae1e6c42cc5ee612fb05846c530a4a14893b37 (
plain) (
blame)
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
|
set window-title-home-tilde true
set statusbar-basename true
set selection-clipboard clipboard
# set recolor "true"
set completion-bg "#1c1c1c"
set completion-fg "#d0d0d0"
set completion-highlight-bg "#5faf00"
set completion-highlight-fg "#1c1c1c"
set inputbar-bg "#1c1c1c"
set inputbar-fg "#d0d0d0"
set statusbar-bg "#1c1c1c"
set statusbar-fg "#d0d0d0"
set recolor-lightcolor "#1c1c1c"
set recolor-darkcolor "#d0d0d0"
set default-bg "#1c1c1c"
set index-bg "#585858"
set index-fg "#d0d0d0"
set index-active-bg "#1c1c1c"
set index-active-fg "#d0d0d0"
map P print
map c set recolor
map r reload
map R rotate rotate-ccw
#map n zoom in
#map p zoom out
map M mark_add
map m mark_evaluate
|