Theme Color
{
"title": "Button Color",
"id": "buttonColor",
"format": "bg-{{value}}",
"themeColor": {
"default": {
"name": "brand",
"brightness": 500
}
}
}{
"groups": [{
"title": "Button",
"properties": [{
"title": "Button Color",
"id": "buttonColor",
"format": "bg-{{value}}",
"themeColor": {
"default": {
"name": "brand",
"brightness": 500
}
}
}]
}]
}Setting Light and Dark mode colours
"themeColor": {
"default": {
"name": "surface",
"brightness": 800,
"darkName": "surface",
"darkBrightness": 50
}
}Last updated
Was this helpful?

