-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcava.tera
More file actions
23 lines (22 loc) · 711 Bytes
/
cava.tera
File metadata and controls
23 lines (22 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
whiskers:
version: 2.0.0
matrix:
- variant: ["regular", "transparent"]
- flavor
filename: themes/{{ flavor.identifier }}{% if variant == "transparent" %}-{{ variant }}{% endif %}.cava
---
{%- set palette = flavor.colors -%}
[color]
{%- if variant == "regular" %}
background = '#{{ palette.base.hex }}'
{% endif %}
gradient = 1
gradient_color_1 = '#{{ palette.teal.hex }}'
gradient_color_2 = '#{{ palette.sky.hex }}'
gradient_color_3 = '#{{ palette.sapphire.hex }}'
gradient_color_4 = '#{{ palette.blue.hex }}'
gradient_color_5 = '#{{ palette.mauve.hex }}'
gradient_color_6 = '#{{ palette.pink.hex }}'
gradient_color_7 = '#{{ palette.maroon.hex }}'
gradient_color_8 = '#{{ palette.red.hex }}'