blob: 22012cadd2fe75daa797ff09f90c9c2b70bc038b (
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"
|