{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "title": "Mango", "styles": { "spacing": { "blockGap": "var(--wp--preset--spacing--x-small)" } }, "settings": { "color": { "palette": [ { "name": "Primary", "color": "#FB761E", "slug": "primary" }, { "name": "Secondary", "color": "#FF8533", "slug": "secondary" }, { "name": "Heading", "color": "#1F2937", "slug": "heading" }, { "name": "Body", "color": "#4B5563", "slug": "body" }, { "name": "Background", "color": "#FFFFFF", "slug": "background" }, { "name": "Tertiary", "color": "#FEFAEC", "slug": "tertiary" }, { "name": "Quaternary", "color": "#ECFDF6", "slug": "quaternary" }, { "name": "Surface", "color": "#F7FBFC", "slug": "surface" }, { "name": "Foreground", "color": "#FB761F", "slug": "foreground" }, { "name": "Outline", "color": "#EBF2F5", "slug": "outline" }, { "name": "Neutral", "color": "#6E7787", "slug": "neutral" }, { "name": "Transparent", "color": "transparent", "slug": "transparent" }, { "name": "Current Color", "color": "#ffffff", "slug": "currentcolor" }, { "name": "Inherit", "color": "inherit", "slug": "inherit" } ], "gradients": [ { "slug": "primary", "gradient": "linear-gradient(286.83deg, #F7B733 -1.55%, #FC4A1A 100%)", "name": "Primary" } ], "duotone": [ { "colors": [ "#FB761E", "#FB761E" ], "slug": "primary", "name": "Primary" }, { "colors": [ "#1F2937", "#1F2937" ], "slug": "secondary", "name": "Secondary" }, { "colors": [ "#FFFFFF", "#FFFFFF" ], "slug": "tertiary", "name": "Tertiary" } ] } } }