blob: e6508460ba2bdfdfb2df095ee70cb951e8141e50 (
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
35
36
|
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
# Colorscheme
set default-bg "#282c34"
set default-fg "#abb2bf"
set statusbar-bg "#282c34"
set statusbar-fg "#abb2bf"
set inputbar-bg "#282c34"
set inputbar-fg "#abb2bf"
set notification-bg "#282c34"
set notification-fg "#abb2bf"
set notification-error-bg "#282c34"
set notification-error-fg "#abb2bf"
set notification-warning-bg "#282c34"
set notification-warning-fg "#abb2bf"
set highlight-color "#e5c07b"
set highlight-active-color "#61afef"
set completion-bg "#282c34"
set completion-fg "#abb2bf"
set completion-highlight-bg "#3e4451"
set completion-highlight-fg "#abb2bf"
set recolor-lightcolor "#282c34"
set recolor-darkcolor "#abb2bf"
set recolor "false"
set recolor-keephue "false"
|