103 lines
2.2 KiB
JSON
103 lines
2.2 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"version": 3,
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "foreground",
|
|
"color": "#FFFFFF",
|
|
"name": "Foreground"
|
|
},
|
|
{
|
|
"slug": "background",
|
|
"color": "#000000",
|
|
"name": "Background"
|
|
},
|
|
{
|
|
"slug": "primary",
|
|
"color": "#e30613",
|
|
"name": "Primary"
|
|
},
|
|
{
|
|
"slug": "secondary",
|
|
"color": "#cccccc",
|
|
"name": "Secondary"
|
|
},
|
|
{
|
|
"slug": "tertiary",
|
|
"color": "#f5f5f5",
|
|
"name": "Tertiary"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"elements": {
|
|
"button": {
|
|
"color": {
|
|
"background": "#e50615",
|
|
"text": "#ffffff"
|
|
},
|
|
"border": {
|
|
"color": "#e50615",
|
|
"radius": "0",
|
|
"width": "1px",
|
|
"style": "solid"
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"top": "0.5rem",
|
|
"right": "1rem",
|
|
"bottom": "0.5rem",
|
|
"left": "1rem"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"blocks": {
|
|
"core/button": {
|
|
"variations": {
|
|
"bootstrap-primary": {
|
|
"border": {
|
|
"color": "#e50615",
|
|
"radius": "0",
|
|
"style": "solid",
|
|
"width": "1px"
|
|
},
|
|
"color": {
|
|
"background": "#e50615"
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"top": "0.5rem",
|
|
"right": "1rem",
|
|
"bottom": "0.5rem",
|
|
"left": "1rem"
|
|
}
|
|
}
|
|
},
|
|
"bootstrap-dark": {
|
|
"border": {
|
|
"color": "#000",
|
|
"radius": "0",
|
|
"style": "solid",
|
|
"width": "1px"
|
|
},
|
|
"color": {
|
|
"background": "#000"
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"top": "0.5rem",
|
|
"right": "1rem",
|
|
"bottom": "0.5rem",
|
|
"left": "1rem"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |