@payfit/unity-themes
Version:
38 lines (37 loc) • 1.14 kB
JSON
{
"gradient": {
"payfit-ai": {
"$type": "gradient",
"$description": "Gradients for Payfit AI effects and components",
"$value": [
{
"color": "{color.yellow.L5}",
"position": 0
},
{
"color": "{color.plum.L5}",
"position": 0.5
},
{
"color": "{color.blue.L4}",
"position": 1
}
]
},
"payfit-ai-animated": {
"$type": "gradient",
"$description": "Seamlessly repeating PayFit AI gradient for animated background-position effects",
"$value": [
{ "color": "{color.yellow.L5}", "position": 0 },
{ "color": "{color.plum.L5}", "position": 0.125 },
{ "color": "{color.blue.L4}", "position": 0.25 },
{ "color": "{color.plum.L5}", "position": 0.375 },
{ "color": "{color.yellow.L5}", "position": 0.5 },
{ "color": "{color.plum.L5}", "position": 0.625 },
{ "color": "{color.blue.L4}", "position": 0.75 },
{ "color": "{color.plum.L5}", "position": 0.875 },
{ "color": "{color.yellow.L5}", "position": 1 }
]
}
}
}