shell bypass 403
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"title": "Rio",
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": ["#010101", "#fbfbfb"],
"slug": "foreground-and-background",
"name": "Foreground and background"
},
{
"colors": ["#010101", "#174c2f"],
"slug": "foreground-and-primary",
"name": "Foreground and primary"
},
{
"colors": ["#174c2f", "#ffd800"],
"slug": "primary-and-secondary",
"name": "Primary and secondary"
},
{
"colors": ["#174c2f", "#A8E1FF"],
"slug": "primary-and-tertiary",
"name": "Primary and tertiary"
},
{
"colors": ["#174c2f", "#010101"],
"slug": "primary-foreground",
"name": "Primary and Foreground"
},
{
"colors": ["#fbfbfb", "#A8E1FF"],
"slug": "background-tertiary",
"name": "Background and Background Alt"
}
],
"palette": [
{
"slug": "foreground",
"color": "#010101",
"name": "Foreground"
},
{
"slug": "background",
"color": "#fbfbfb",
"name": "Background"
},
{
"slug": "primary",
"color": "#174c2f",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#ffd800",
"name": "Secondary"
},
{
"slug": "tertiary",
"color": "#A8E1FF",
"name": "Tertiary"
}
]
},
"custom": {
"typography": {
"fontSmoothing": {
"moz": "auto",
"webkit": "auto"
}
},
"elements": {
"button": {
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--foreground)"
},
":hover": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--background)"
}
},
":focus": {
"color": {
"background": "var(--wp--preset--color--secondary)",
"text": "var(--wp--preset--color--foreground)"
}
}
}
}
}
},
"styles": {
"blocks": {
"core/comments-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "(--wp--custom--typography--font-weight--semi-bold)"
}
},
"core/pullquote": {
"border": {
"color": "var(--wp--preset--color--primary)"
},
"color": {
"background": "transparent"
}
},
"core/site-title": {
"typography": {
"fontWeight": "var(--wp--custom--typography--font-weight--medium)",
"letterSpacing": "-0.02em"
}
}
},
"elements": {
"h1": {
"typography": {
"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
}
},
"h2": {
"typography": {
"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
}
},
"h3": {
"typography": {
"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
}
},
"h4": {
"typography": {
"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
}
},
"h5": {
"typography": {
"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
}
},
"h6": {
"typography": {
"fontWeight": "var(--wp--custom--typography--font-weight--regular)"
}
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--space-mono)"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--space-mono)"
}
}
}