blob: 76e04274571cabf61a7bbc255885e4a59e0b5f07 (
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=#2dc55e
[urgency=normal]
background-color=#2dc55e
text-color=#4e5ab7
border-color=#4e5ab7
[urgency=high]
background-color=#d6dbe5
text-color=#1081d6
border-color=#d6dbe5
|