blob: 42cd0e429e9b2e7fef0ff1740b4bf086ac551e98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Atelier Seaside Light
# Author: Bram de Haan (http://atelierbramdehaan.nl)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#cfe8cf"
text-color = "#809980"
border-color = "#8ca68c"
[urgency=normal]
background-color = "#8ca68c"
text-color = "#5e6e5e"
border-color = "#5e6e5e"
[urgency=high]
background-color = "#e6193c"
text-color = "#242924"
border-color = "#131513"
|