shell bypass 403
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"title": "Orange",
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": ["#1A1A1A", "#ffffff"],
"slug": "foreground-and-background",
"name": "Foreground and background"
},
{
"colors": ["#ffffff", "#1A1A1A"],
"slug": "background-and-foreground",
"name": "Background and foreground"
},
{
"colors": ["#DE3707", "#02235B"],
"slug": "primary-and-secondary",
"name": "Primary and secondary"
},
{
"colors": ["#DE3707", "#1A1A1A"],
"slug": "primary-foreground",
"name": "Primary and Foreground"
},
{
"colors": ["#ffffff", "#f2f3f5"],
"slug": "background-tertiary",
"name": "Background and Background Alt"
}
],
"palette": [
{
"slug": "background",
"color": "#ffffff",
"name": "Background"
},
{
"slug": "foreground",
"color": "#1A1A1A",
"name": "Foreground"
},
{
"slug": "primary",
"color": "#DE3707",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#02235B",
"name": "Secondary"
},
{
"slug": "tertiary",
"color": "#f2f3f5",
"name": "Background Alt"
}
]
},
"custom": {
"elements": {
"button": {
"border": {
"radius": "2px"
}
}
}
},
"typography": {
"fontSizes": [
{
"fluid": {
"min": "1rem",
"max": "1rem"
},
"size": "1rem",
"slug": "small"
},
{
"fluid": {
"min": "1.125",
"max": "1.25rem"
},
"size": "1.25rem",
"slug": "medium"
},
{
"fluid": {
"min": "1.875rem",
"max": "2.25rem"
},
"size": "2.25rem",
"slug": "large"
},
{
"fluid": {
"min": "2.25rem",
"max": "3rem"
},
"size": "3rem",
"slug": "x-large"
},
{
"fluid": {
"min": "3rem",
"max": "3.75rem"
},
"size": "3.75rem",
"slug": "xx-large"
}
]
}
},
"styles": {
"elements": {
"h1": {
"typography": {
"fontWeight": "700",
"letterSpacing": "normal",
"textTransform": "uppercase"
}
},
"h2": {
"typography": {
"fontWeight": "700",
"letterSpacing": "normal",
"textTransform": "uppercase"
}
},
"h3": {
"typography": {
"fontWeight": "700",
"letterSpacing": "normal",
"textTransform": "uppercase"
}
},
"h4": {
"typography": {
"fontWeight": "700",
"letterSpacing": "normal",
"textTransform": "uppercase"
}
},
"h5": {
"typography": {
"fontWeight": "500",
"letterSpacing": "normal"
}
},
"h6": {
"typography": {
"fontWeight": "500",
"letterSpacing": "normal"
}
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--montserrat)"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--heebo)",
"fontSize": "1rem"
}
}
}