{ "$schema": "https://schemas.wp.org/wp/6.7/theme.json", "version": 3, "title": "Mocha", "settings": { "color": { "palette": [ { "color": "#1c1412", "name": "Base", "slug": "base" }, { "color": "#e7ddd4", "name": "Contrast", "slug": "contrast" }, { "color": "#c49a6c", "name": "Primary", "slug": "primary" }, { "color": "#a8998a", "name": "Secondary", "slug": "secondary" }, { "color": "#6ec98f", "name": "Success", "slug": "success" }, { "color": "#e87e7e", "name": "Danger", "slug": "danger" }, { "color": "#e5c07b", "name": "Warning", "slug": "warning" }, { "color": "#d19a66", "name": "Info", "slug": "info" }, { "color": "#2a201a", "name": "Light", "slug": "light" }, { "color": "#45342a", "name": "Dark", "slug": "dark" } ] } }, "styles": { "elements": { "button": { "color": { "background": "var:preset|color|primary", "text": "var:preset|color|base" }, ":hover": { "color": { "background": "#a8804f" } } }, "link": { "color": { "text": "var:preset|color|primary" }, ":hover": { "color": { "text": "#a8804f" } } } } } }