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