{ "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Garden flow", "version": 2, "settings": { "color": { "palette": [ { "slug": "raft-bg", "color": "#F5F4F1", "name": "Background" }, { "slug": "raft-fg", "color": "#292E29", "name": "Foreground" }, { "slug": "raft-bg-alt", "color": "rgba(255, 255, 255, 0.9)", "name": "Background Alt" }, { "slug": "raft-fg-alt", "color": "#ffffff", "name": "Foreground Alt" }, { "slug": "raft-accent", "color": "#4D6E50", "name": "Accent" } ] } }, "styles": { "typography": { "fontFamily": "var(--wp--preset--font-family--source-serif-pro)" } } }