{ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Dark Pink Scheme", "version": 2, "settings": { "color": { "palette": [ { "slug": "primary", "color": "#CC01FF", "name": "Primary" }, { "slug": "primary-shade", "color": "#DF99F1", "name": "Primary Shade" }, { "slug": "background", "color": "#202124", "name": "Background" }, { "slug": "foreground", "color": "#A7A7A7", "name": "Foreground" }, { "slug": "background-alt", "color": "#2A2C2F", "name": "Background Alt" }, { "slug": "foreground-alt", "color": "#FEFEFE", "name": "Foreground Alt" }, { "slug": "heading-color", "color": "#ffffff", "name": "heading-color" }, { "slug": "neutral-color", "color": "#454545", "name": "Neutral Color" } ], "duotone": [ { "colors": ["#CC01FF", "#ffffff"], "slug": "primary-white", "name": "Primary White" }, { "colors": ["#ffffff", "#CC01FF"], "slug": "white-primary", "name": "White Primary" }, { "colors": ["#CC01FF", "#202020"], "slug": "primary-dark", "name": "Primary Dark" }, { "colors": ["#202020", "#CC01FF"], "slug": "dark-primary", "name": "Dark Primary" } ] } } }