blob: d1aed9ec6dbc4329189104abe8ea53c89ff64160 (
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 "#fbf1c7"
set completion-group-bg "#1d2021"
set completion-group-fg "#458588"
set completion-highlight-bg "#83a598"
set completion-highlight-fg "#282828"
set default-bg "#282828"
set default-fg "#fbf1c7"
set statusbar-bg "#282828"
set statusbar-fg "#fbf1c7"
set inputbar-bg "#1d2021"
set inputbar-fg "#98971a"
set notification-bg "#282828"
set notification-fg "#fbf1c7"
set notification-warning-bg "#282828"
set notification-warning-fg "#d79921"
set notification-error-bg "#282828"
set notification-error-fg "#cc241d"
#set recolor true
set recolor-darkcolor "#1d2021"
set recolor-lightcolor "#f9f5d7"
|