blob: b25e64401b707a6b30b8840a59f9c72dbc396a35 (
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
|
set recolor true
set recolor-darkcolor \#b2b2b2
set recolor-lightcolor rgba(8,8,8,0.35)
set recolor-keephue true
set statusbar-bg \#323437
set statusbar-fg \#949494
set completion-bg \#323437
set completion-fg \#c6c6c6
set completion-group-bg \#323437
set completion-group-fg \#e4e4e4
set completion-highlight-bg \#323437
set completion-highlight-fg \#74b2ff
set inputbar-bg \#080808
set inputbar-fg \#e4e4e4
set default-bg rgba(0,0,0,0.8)
set selection-clipboard clipboard
set scroll-step 80
set window-title-home-tilde true
set statusbar-home-tilde true
|