{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 2, "settings": { "layout": { "contentSize": "38rem", "wideSize": "60rem" }, "color": { "palette": [ { "slug": "primary", "color": "#708090", "name": "Primary: Slate Gray" }, { "slug": "secondary", "color": "#B0E0E6", "name": "Secondary: Powder Blue" }, { "slug": "accent", "color": "#FFB6C1", "name": "Accent: Soft Pink" }, { "slug": "background", "color": "#FFFFF0", "name": "Background: Ivory" }, { "slug": "text", "color": "#2F4F4F", "name": "Text: Dark Slate Gray" } ] }, "typography": { "fontFamilies": [ { "fontFamily": "\"Helvetica\", \"Arial\", sans-serif", "slug": "primary", "name": "Primary Font" }, { "fontFamily": "\"Georgia\", serif", "slug": "secondary", "name": "Secondary Font" } ] } }, "styles": { "color": { "text": "var(--wp--preset--color--text)", "background": "var(--wp--preset--color--background)" }, "typography": { "fontFamily": "var(--wp--preset--font-family--primary)", "fontSize": "var(--wp--preset--font-size--medium)" } } }