diff options
Diffstat (limited to 'colors/base16-material-lighter.config')
| -rw-r--r-- | colors/base16-material-lighter.config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-material-lighter.config b/colors/base16-material-lighter.config new file mode 100644 index 0000000..905e4de --- /dev/null +++ b/colors/base16-material-lighter.config @@ -0,0 +1,19 @@ +## Base16 Material Lighter +# Author: Nate Peterson +# +# You can use these variables anywhere in the mako configuration file. + +[urgency=low] + background-color = "#E7EAEC" + text-color = "#CCD7DA" + border-color = "#CCEAE7" + +[urgency=normal] + background-color = "#CCEAE7" + text-color = "#80CBC4" + border-color = "#80CBC4" + +[urgency=high] + background-color = "#FF5370" + text-color = "#80CBC4" + border-color = "#FFFFFF" |
