diff options
Diffstat (limited to 'colors/base16-paraiso.config')
| -rw-r--r-- | colors/base16-paraiso.config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-paraiso.config b/colors/base16-paraiso.config new file mode 100644 index 0000000..65a9823 --- /dev/null +++ b/colors/base16-paraiso.config @@ -0,0 +1,19 @@ +## Base16 Paraiso +# Author: Jan T. Sott +# +# You can use these variables anywhere in the mako configuration file. + +[urgency=low] + background-color = "#41323f" + text-color = "#776e71" + border-color = "#4f424c" + +[urgency=normal] + background-color = "#4f424c" + text-color = "#a39e9b" + border-color = "#a39e9b" + +[urgency=high] + background-color = "#ef6155" + text-color = "#b9b6b0" + border-color = "#e7e9db" |
