blob: cdfc6e0d033408a36d2d87a8271a7af528b4aef7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Brogrammer
# Author: Vik Ramanujam (http://github.com/piggyslasher)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color=#f81118
text-color=#ecba0f
border-color=#4e5ab7
[urgency=normal]
background-color=#2dc55e
text-color=#4e5ab7
border-color=#4e5ab7
[urgency=high]
background-color=#d6dbe5
text-color=#1081d6
border-color=#4e5ab7
|