diff options
Diffstat (limited to 'colors/base16-gruvbox-light-medium.config')
| -rw-r--r-- | colors/base16-gruvbox-light-medium.config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-gruvbox-light-medium.config b/colors/base16-gruvbox-light-medium.config new file mode 100644 index 0000000..42a7a79 --- /dev/null +++ b/colors/base16-gruvbox-light-medium.config @@ -0,0 +1,19 @@ +## Base16 Gruvbox light, medium +# Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) +# +# You can use these variables anywhere in the mako configuration file. + +[urgency=low] + background-color = "#ebdbb2" + text-color = "#bdae93" + border-color = "#d5c4a1" + +[urgency=normal] + background-color = "#d5c4a1" + text-color = "#504945" + border-color = "#504945" + +[urgency=high] + background-color = "#9d0006" + text-color = "#3c3836" + border-color = "#282828" |
