diff options
Diffstat (limited to 'colors/base16-mocha.config')
| -rw-r--r-- | colors/base16-mocha.config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-mocha.config b/colors/base16-mocha.config new file mode 100644 index 0000000..1b0382d --- /dev/null +++ b/colors/base16-mocha.config @@ -0,0 +1,19 @@ +## Base16 Mocha +# Author: Chris Kempson (http://chriskempson.com) +# +# You can use these variables anywhere in the mako configuration file. + +[urgency=low] + background-color = "#534636" + text-color = "#7e705a" + border-color = "#645240" + +[urgency=normal] + background-color = "#645240" + text-color = "#d0c8c6" + border-color = "#d0c8c6" + +[urgency=high] + background-color = "#cb6077" + text-color = "#e9e1dd" + border-color = "#f5eeeb" |
