diff options
Diffstat (limited to 'colors/base16-gruvbox-dark-pale.config')
| -rw-r--r-- | colors/base16-gruvbox-dark-pale.config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-gruvbox-dark-pale.config b/colors/base16-gruvbox-dark-pale.config new file mode 100644 index 0000000..f429359 --- /dev/null +++ b/colors/base16-gruvbox-dark-pale.config @@ -0,0 +1,19 @@ +## Base16 Gruvbox dark, pale +# 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 = "#3a3a3a" + text-color = "#8a8a8a" + border-color = "#4e4e4e" + +[urgency=normal] + background-color = "#4e4e4e" + text-color = "#dab997" + border-color = "#dab997" + +[urgency=high] + background-color = "#d75f5f" + text-color = "#d5c4a1" + border-color = "#ebdbb2" |
