diff options
Diffstat (limited to 'colors/base16-railscasts.config')
| -rw-r--r-- | colors/base16-railscasts.config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-railscasts.config b/colors/base16-railscasts.config new file mode 100644 index 0000000..f490cce --- /dev/null +++ b/colors/base16-railscasts.config @@ -0,0 +1,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" |
