{ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Rio", "version": 3, "settings": { "color": { "duotone": [ { "colors": ["#010101", "#fbfbfb"], "slug": "foreground-and-background", "name": "Foreground and background" }, { "colors": ["#010101", "#174c2f"], "slug": "foreground-and-primary", "name": "Foreground and primary" }, { "colors": ["#174c2f", "#ffd800"], "slug": "primary-and-secondary", "name": "Primary and secondary" }, { "colors": ["#174c2f", "#A8E1FF"], "slug": "primary-and-tertiary", "name": "Primary and tertiary" }, { "colors": ["#174c2f", "#010101"], "slug": "primary-foreground", "name": "Primary and Foreground" } ], "palette": [ { "slug": "foreground", "color": "#010101", "name": "Foreground" }, { "slug": "background", "color": "#fbfbfb", "name": "Background" }, { "slug": "primary", "color": "#174c2f", "name": "Primary" }, { "slug": "secondary", "color": "#ffd800", "name": "Secondary" }, { "slug": "tertiary", "color": "#A8E1FF", "name": "Tertiary" } ] }, "custom": { "elements": { "button": { "color": { "background": "var(--wp--preset--color--secondary)", "text": "var(--wp--preset--color--foreground)" }, ":hover": { "color": { "background": "var(--wp--preset--color--primary)", "text": "var(--wp--preset--color--background)" } }, ":focus": { "color": { "background": "var(--wp--preset--color--secondary)", "text": "var(--wp--preset--color--foreground)" } } } } } }, "styles": { "blocks": { "core/pullquote": { "border": { "color": "var(--wp--preset--color--primary)" }, "color": { "background": "transparent" } } } } }