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