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