blob: e2423d48847e5abdfa292884f53344caf7f62991 (
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
|
#set guioptions ""
set font "monospace normal 12"
set completion-bg "#282828"
set completion-fg "#f9f9f9"
set completion-group-bg "#141414"
set completion-group-fg "#3465a4"
set completion-highlight-bg "#48b9c7"
set completion-highlight-fg "#282828"
set default-bg "#282828"
set default-fg "#f9f9f9"
set statusbar-bg "#282828"
set statusbar-fg "#f9f9f9"
set inputbar-bg "#141414"
set inputbar-fg "#4e9a06"
set notification-bg "#282828"
set notification-fg "#f9f9f9"
set notification-warning-bg "#282828"
set notification-warning-fg "#c4a000"
set notification-error-bg "#282828"
set notification-error-fg "#cc0000"
#set recolor true
set recolor-darkcolor "#141414"
set recolor-lightcolor "#f9f5d7"
|