blob: 85626a1375e3266ca3b042d09edb0158e144c7b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Outrun Dark
# Author: Hugo Delahousse (http://github.com/hugodelahousse/)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color=#20204A
text-color=#50507A
border-color=#D0D0FA
[urgency=normal]
background-color=#30305A
text-color=#D0D0FA
border-color=#D0D0FA
[urgency=high]
background-color=#FF4242
text-color=#E0E0FF
border-color=#D0D0FA
|