Files
bedrock/theme.json
2022-09-24 10:28:56 -05:00

32 lines
586 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"color": {
"custom": false,
"customGradient": false,
"palette": [
{
"name": "Primary",
"slug": "primary",
"color": "#525ddc"
}
]
},
"custom": {
"spacing": {},
"typography": {
"font-size": {},
"line-height": {}
}
},
"spacing": {
"padding": true,
"units": ["px", "%", "em", "rem", "vw", "vh"]
},
"typography": {
"customFontSize": false
}
}
}