12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
---
|
|
whiskers:
|
|
version: 2.4.0
|
|
matrix:
|
|
- flavor
|
|
filename: "themes/{{flavor.identifier}}.conf"
|
|
---
|
|
|
|
{% for name, color in flavor.colors %}
|
|
${{ name }} = rgb({{ color.hex }})
|
|
${{ name }}Alpha = {{ color.hex }}
|
|
{% endfor %} |