shell bypass 403
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"title": "Bloom",
"version": 3,
"settings": {
"color": {
"duotone": [
{
"colors": ["#014932", "#395144"],
"slug": "primary-and-secondary",
"name": "Primary and secondary"
},
{
"colors": ["#014932", "#FFEFEA"],
"slug": "primary-and-tertiary",
"name": "Primary and tertiary"
},
{
"colors": ["#395144", "#014932"],
"slug": "secondary-and-primary",
"name": "Secondary and primary"
},
{
"colors": ["#000000", "#ffffff"],
"slug": "foreground-and-background",
"name": "Foreground and background"
},
{
"colors": ["#014932", "#000000"],
"slug": "primary-foreground",
"name": "Primary and Foreground"
},
{
"colors": ["#ffffff", "#FFEFEA"],
"slug": "background-tertiary",
"name": "Background and Background Alt"
}
],
"palette": [
{
"slug": "foreground",
"color": "#000000",
"name": "Foreground"
},
{
"slug": "background",
"color": "#ffffff",
"name": "Background"
},
{
"slug": "primary",
"color": "#014932",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#395144",
"name": "Secondary"
},
{
"slug": "tertiary",
"color": "#FFEFEA",
"name": "Tertiary"
},
{
"slug": "foreground-alt",
"color": "#333333",
"name": "foreground Alt"
}
]
}
},
"styles": {
"color": {
"text": "var(--wp--preset--color--foreground-alt)"
},
"elements": {
"heading": {
"color": {
"text": "var(--wp--preset--color--foreground)"
}
}
}
}
}