{ "title": "Light Green", "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "color": { "duotone": [ { "colors": ["#000000", "#ffffff"], "slug": "duotone-1", "name": "Black and white" }, { "colors": ["#000000", "#20a67d"], "slug": "duotone-2", "name": "Black and Primary Color" }, { "colors": ["#000000", "#b9e7de"], "slug": "duotone-3", "name": "Black and Secondary Color" }, { "colors": ["#000000", "#ebe9e7"], "slug": "duotone-4", "name": "Black and Primary Background" }, { "colors": ["#000000", "#f2f9f6"], "slug": "duotone-5", "name": "Black and Secondary Background" } ], "palette": [ { "color": "#ffffff", "name": "Base", "slug": "base" }, { "color": "#000000", "name": "Contrast", "slug": "contrast" }, { "color": "#20a67d", "name": "Primary", "slug": "primary" }, { "color": "#b9e7de", "name": "Secondary", "slug": "secondary" }, { "slug": "text-primary", "color": "#000000", "name": "Primary Text" }, { "slug": "text-secondary", "color": "#707070", "name": "Secondary Text" }, { "slug": "border-primary", "color": "#00000099", "name": "Primary Border" }, { "slug": "border-secondary", "color": "#00000033", "name": "Secondary Border" }, { "slug": "background-primary", "color": "#ebe9e7", "name": "Primary Background" }, { "slug": "background-secondary", "color": "#f2f9f6", "name": "Secondary Background" } ] } } }