diff options
Diffstat (limited to 'colors/base16-seti.config')
| -rw-r--r-- | colors/base16-seti.config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-seti.config b/colors/base16-seti.config new file mode 100644 index 0000000..d6e6db0 --- /dev/null +++ b/colors/base16-seti.config @@ -0,0 +1,19 @@ +## Base16 Seti UI +# Author: +# +# You can use these variables anywhere in the mako configuration file. + +[urgency=low] + background-color = "#282a2b" + text-color = "#41535B" + border-color = "#3B758C" + +[urgency=normal] + background-color = "#3B758C" + text-color = "#d6d6d6" + border-color = "#d6d6d6" + +[urgency=high] + background-color = "#Cd3f45" + text-color = "#eeeeee" + border-color = "#ffffff" |
