blob: 412e8adfa2cbdaf1ad18a4cd6d492604385a7805 (
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=#8ca68c
[urgency=normal]
background-color=#5e6e5e
text-color=#8ca68c
border-color=#8ca68c
[urgency=high]
background-color=#e6193c
text-color=#cfe8cf
border-color=#8ca68c
|