shell bypass 403
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"title": "Kampala",
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": ["#010110", "#f7f9fe"],
"slug": "foreground-and-background",
"name": "Foreground and background"
},
{
"colors": ["#f7f9fe", "#010110"],
"slug": "background-and-foreground",
"name": "Background and foreground"
},
{
"colors": ["#0B119C", "#c1cbf9"],
"slug": "primary-and-secondary",
"name": "Primary and secondary"
},
{
"colors": ["#0B119C", "#010110"],
"slug": "primary-foreground",
"name": "Primary and Foreground"
},
{
"colors": ["#f7f9fe", "#ffffff"],
"slug": "background-tertiary",
"name": "Background and Background Alt"
}
],
"palette": [
{
"slug": "background",
"color": "#f7f9fe",
"name": "Background"
},
{
"slug": "foreground",
"color": "#010110",
"name": "Foreground"
},
{
"slug": "primary",
"color": "#0B119C",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#c1cbf9",
"name": "Secondary"
},
{
"slug": "tertiary",
"color": "#ffffff",
"name": "Background Alt"
}
]
},
"custom": {
"elements": {
"button": {
"border": {
"radius": "0.5rem"
}
}
}
}
},
"styles": {
"blocks": {
"core/separator": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
},
"elements": {
"h1": {
"typography": {
"letterSpacing": "-0.01em"
}
},
"h6": {
"typography": {
"fontWeight": "900"
}
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--hind)"
}
}
}
}
}