0
X
Add Snippet To Project
New Project
Add To Existing Project
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"settings": {
"appearanceTools": true,
"color": {
"palette": [
{
"name": "Primary",
"slug": "primary",
"color": "#25336d"
}
],
"duotone": [
{
"colors": [
"#000000",
"#000000"
]
}
],
"gradients": [
{
"gradient": "linear-gradient(135deg, #000000 0%, #000000 100%)"
}
]
},
"typography": {
"defaultFontSizes": false,
"fontSizes": [
{
"name": "Small",
"slug": "small",
"size": "clamp(10px,2vw,14px)"
}
]
},
"spacing": {
"defaultSpacingSizes": false,
"units": [
"px",
"em",
"rem",
"vh",
"vw"
],
"spacingSizes": [
{
"size-name": null,
"size-slug": null,
"size-size": null
}
]
},
"layout": {
"contentSize": "840px",
"wideSize": "1100px"
}
}
}
