blob: 2695edb597fcaadb99254e022c51f7ccdc057707 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Green Screen
# Author: Chris Kempson (http://chriskempson.com)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#003300"
text-color = "#007700"
border-color = "#005500"
[urgency=normal]
background-color = "#005500"
text-color = "#00bb00"
border-color = "#00bb00"
[urgency=high]
background-color = "#007700"
text-color = "#00dd00"
border-color = "#00ff00"
|