blob: 1089a8a154727a7d8d83962530dbb9cd178068c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 One Light
# Author: Daniel Pfeifer (http://github.com/purpleKarrot)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#f0f0f1"
text-color = "#a0a1a7"
border-color = "#e5e5e6"
[urgency=normal]
background-color = "#e5e5e6"
text-color = "#383a42"
border-color = "#383a42"
[urgency=high]
background-color = "#ca1243"
text-color = "#202227"
border-color = "#090a0b"
|