blob: f490cce05cb6ea2cf775b99538ae1e2e9cdf99f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
## Base16 Railscasts
# Author: Ryan Bates (http://railscasts.com)
#
# You can use these variables anywhere in the mako configuration file.
[urgency=low]
background-color = "#272935"
text-color = "#5a647e"
border-color = "#3a4055"
[urgency=normal]
background-color = "#3a4055"
text-color = "#e6e1dc"
border-color = "#e6e1dc"
[urgency=high]
background-color = "#da4939"
text-color = "#f4f1ed"
border-color = "#f9f7f3"
|