{ "settings": { "color": { "palette": [ { "color": "#ffffff", "name": "Primary", "slug": "primary" }, { "color": "#85838a", "name": "Secondary", "slug": "secondary" }, { "color": "#f65ef9", "name": "Foreground", "slug": "foreground" }, { "color": "#161616", "name": "Background", "slug": "background" }, { "color": "#221f22", "name": "Tertiary", "slug": "tertiary" }, { "color": "#272542", "name": "Cover Overlay", "slug": "custom-cover-overlay" } ] } }, "styles": { "blocks": { "core/button": { "color": { "background": "var(--wp--preset--color--foreground)", "text": "var(--wp--preset--color--background)" }, "variations": { "outline": { "border": { "bottom": { "style": "solid", "width": "1px" }, "left": { "style": "solid", "width": "1px" }, "right": { "style": "solid", "width": "1px" }, "top": { "style": "solid", "width": "1px" } } } } }, "core/comments-title": { "color": { "text": "var(--wp--preset--color--primary)" } }, "core/paragraph": { "color": { "text": "var(--wp--preset--color--secondary)" } }, "core/post-comments-form": { "color": { "text": "var(--wp--preset--color--primary)" } }, "core/post-title": { "color": { "text": "var(--wp--preset--color--primary)" } }, "core/query-title": { "color": { "text": "var(--wp--preset--color--primary)" } }, "core/site-title": { "color": { "text": "var(--wp--preset--color--primary)" } }, "core/term-description": { "color": { "background": "var(--wp--preset--color--tertiary)" } } }, "color": { "background": "var(--wp--preset--color--background)" }, "elements": { "button": { "color": { "text": "var(--wp--preset--color--background)" } }, "link": { ":hover": { "color": { "text": "var(--wp--preset--color--foreground)" } } } }, "typography": { "fontFamily": "var(--wp--preset--font-family--manrope)" } }, "title": "Variation 2", "version": 2, "$schema": "https://schemas.wp.org/trunk/theme.json" }