diff options
| author | 2019-03-22 19:24:16 +0100 | |
|---|---|---|
| committer | 2019-03-22 19:24:16 +0100 | |
| commit | f458b7b4c5cfbf0a6a99122396aed0078119ec09 (patch) | |
| tree | a8a0868c20d2770004cf859141182743ddcb3b73 /templates | |
Init
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/config.yaml | 3 | ||||
| -rw-r--r-- | templates/default.mustache | 19 |
2 files changed, 22 insertions, 0 deletions
diff --git a/templates/config.yaml b/templates/config.yaml new file mode 100644 index 0000000..1832de5 --- /dev/null +++ b/templates/config.yaml @@ -0,0 +1,3 @@ +default: + extension: .config + output: colors diff --git a/templates/default.mustache b/templates/default.mustache new file mode 100644 index 0000000..0232580 --- /dev/null +++ b/templates/default.mustache @@ -0,0 +1,19 @@ +## Base16 {{scheme-name}} +# Author: {{scheme-author}} +# +# You can use these variables anywhere in the mako configuration file. + +[urgency=low] + background-color = "#{{base01-hex}}" + text-color = "#{{base03-hex}}" + border-color = "#{{base02-hex}}" + +[urgency=normal] + background-color = "#{{base02-hex}}" + text-color = "#{{base05-hex}}" + border-color = "#{{base05-hex}}" + +[urgency=high] + background-color = "#{{base08-hex}}" + text-color = "#{{base06-hex}}" + border-color = "#{{base07-hex}}" |
