{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "slug": "section-4", "title": "Style 4", "blockTypes": [ "core/group", "core/columns", "core/column" ], "styles": { "color": { "background": "var:preset|color|accent-3", "text": "var:preset|color|accent-2" }, "blocks": { "core/separator": { "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } } }, "elements": { "button": { "color": { "background": "var:preset|color|accent-2", "text": "var:preset|color|accent-3" }, ":hover": { "color": { "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)", "text": "var:preset|color|accent-3" } } } } } }