diff options
Diffstat (limited to 'colors/base16-tube.config')
| -rw-r--r-- | colors/base16-tube.config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-tube.config b/colors/base16-tube.config new file mode 100644 index 0000000..9e22379 --- /dev/null +++ b/colors/base16-tube.config @@ -0,0 +1,19 @@ +## Base16 London Tube +# Author: Jan T. Sott +# +# You can use these variables anywhere in the mako configuration file. + +[urgency=low] + background-color = "#1c3f95" + text-color = "#737171" + border-color = "#5a5758" + +[urgency=normal] + background-color = "#5a5758" + text-color = "#d9d8d8" + border-color = "#d9d8d8" + +[urgency=high] + background-color = "#ee2e24" + text-color = "#e7e7e8" + border-color = "#ffffff" |
