Add .config/matugen/templates/cava-colors.ini
This commit is contained in:
parent
22aeef9e51
commit
ebd2f78153
1 changed files with 17 additions and 0 deletions
17
private_dot_config/matugen/templates/cava-colors.ini
Normal file
17
private_dot_config/matugen/templates/cava-colors.ini
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
[color]
|
||||||
|
background = 'default'
|
||||||
|
foreground = '{{colors.primary.default.hex}}'
|
||||||
|
|
||||||
|
; gradient = 0
|
||||||
|
gradient = 1
|
||||||
|
gradient_color_1 = '{{colors.primary_container.default.hex}}'
|
||||||
|
gradient_color_2 = '{{colors.primary.default.hex}}'
|
||||||
|
gradient_color_3 = '{{colors.on_primary_container.default.hex}}'
|
||||||
|
|
||||||
|
horizontal_gradient = 0
|
||||||
|
; horizontal_gradient = 1
|
||||||
|
horizontal_gradient_color_1 = '{{colors.primary_container.default.hex}}'
|
||||||
|
horizontal_gradient_color_2 = '{{colors.primary.default.hex}}'
|
||||||
|
horizontal_gradient_color_3 = '{{colors.on_primary_container.default.hex}}'
|
||||||
|
horizontal_gradient_color_4 = '{{colors.primary.default.hex}}'
|
||||||
|
horizontal_gradient_color_5 = '{{colors.primary_container.default.hex}}'
|
||||||
Loading…
Reference in a new issue