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