diff options
Diffstat (limited to 'colors/base16-nord.config')
| -rw-r--r-- | colors/base16-nord.config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-nord.config b/colors/base16-nord.config new file mode 100644 index 0000000..e0d926e --- /dev/null +++ b/colors/base16-nord.config @@ -0,0 +1,19 @@ +## Base16 Nord +# Author: arcticicestudio +# +# You can use these variables anywhere in the mako configuration file. + +[urgency=low] + background-color = "#3B4252" + text-color = "#4C566A" + border-color = "#434C5E" + +[urgency=normal] + background-color = "#434C5E" + text-color = "#E5E9F0" + border-color = "#E5E9F0" + +[urgency=high] + background-color = "#88C0D0" + text-color = "#ECEFF4" + border-color = "#8FBCBB" |
