0
X
Add Snippet To Project
New Project
Add To Existing Project
{
"$schema": "https:\/\/schemas.wp.org\/trunk\/theme.json",
"version": 2,
"settings": {
"appearanceTools": true,
"color": {
"custom": true,
"link": true,
"palette": [
{
"name": "Primary",
"slug": "primary",
"color": "#00274c"
},
{
"name": "Accent",
"slug": "accent",
"color": "#ffcb05"
},
{
"name": "Grey",
"slug": "grey",
"color": "#54595f"
},
{
"name": "Black",
"slug": "black",
"color": "#000"
},
{
"name": "White",
"slug": "white",
"color": "#fff"
}
]
},
"typography": {
"customFontSize": true,
"customLineHeight": true,
"dropCaps": true
},
"spacing": [
{
"padding": true,
"margin": true,
"units": [
"px",
"em",
"rem",
"vh",
"vw"
]
}
],
"layout": {
"contentSize": "840px",
"wideSize": "1100px"
}
}
}