{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 1, "title": "Purple", "customTemplates": [ { "name": "blank", "title": "Blank", "postTypes": [ "page", "post" ] }, { "name": "fullwidth", "title": "Full Width", "postTypes": [ "page", "post" ] } ], "settings": { "appearanceTools": true, "color": { "palette": [ { "slug": "foreground", "color": "#f3eafd", "name": "Foreground" }, { "slug": "background", "color": "#ffffff", "name": "Background" }, { "slug": "primary", "color": "#121212", "name": "Title" }, { "slug": "secondary", "color": "#444444", "name": "Content" }, { "slug": "tertiary", "color": "#fff", "name": "Button Text" }, { "slug": "tertiarygb", "color": "#7100aa", "name": "Button BG" }, { "slug": "link", "color": "#282828", "name": "Link" }, { "slug": "banner", "color": "#fff", "name": "Banner" } ] }, "custom": { "typography": { "line-height": { "tiny": 1.15, "small": 1.2, "medium": 1.4, "normal": 1.6 } } }, "spacing": { "units": [ "%", "px", "em", "rem", "vh", "vw" ] }, "typography": { "dropCap": false, "fontSizes": [ { "slug": "small", "size": "14px", "name": "Small" }, { "slug": "medium", "size": "16px", "name": "Medium" }, { "slug": "large", "size": "20px", "name": "Large" }, { "slug": "x-large", "size": "30px", "name": "Extra Large" }, { "slug": "xx-large", "size": "40px", "name": "Double Extra Large" } ] }, "layout": { "contentSize": "100%", "wideSize": "100%" } }, "styles": { "blocks": { "core/button": { "border": { "radius": "0" }, "typography": { "fontSize": "var(--wp--preset--font-size--medium)" } }, "core/post-title": { "typography": { "fontWeight": "600", "lineHeight": "var(--wp--custom--typography--line-height--tiny)", "fontSize": "var(--wp--preset--font-size--xx-large)" } }, "core/query-title": { "typography": { "fontWeight": "600", "lineHeight": "var(--wp--custom--typography--line-height--tiny)", "fontSize": "var(--wp--preset--font-size--xx-large)" } }, "core/site-title": { "typography": { "lineHeight": "var(--wp--custom--typography--line-height--small)", "fontSize": "var(--wp--preset--font-size--x-large)", "fontWeight": "600" } } }, "color": { "background": "var(--wp--preset--color--background)", "text": "var(--wp--preset--color--secondary)" }, "elements": { "h1": { "typography": { "fontWeight": "600", "lineHeight": "var(--wp--custom--typography--line-height--tiny)", "fontSize": "var(--wp--preset--font-size--xx-large)" } }, "h2": { "typography": { "fontWeight": "600", "lineHeight": "var(--wp--custom--typography--line-height--small)", "fontSize": "var(--wp--preset--font-size--x-large)" } }, "h3": { "typography": { "fontWeight": "600", "lineHeight": "var(--wp--custom--typography--line-height--medium)", "fontSize": "var(--wp--preset--font-size--large)" } }, "h4": { "typography": { "fontWeight": "600", "lineHeight": "var(--wp--custom--typography--line-height--medium)", "fontSize": "var(--wp--preset--font-size--medium)" } }, "h5": { "typography": { "fontWeight": "400", "lineHeight": "var(--wp--custom--typography--line-height--normal)", "fontSize": "var(--wp--preset--font-size--small)" } }, "h6": { "typography": { "fontWeight": "600", "lineHeight": "var(--wp--custom--typography--line-height--normal)", "fontSize": "var(--wp--preset--font-size--small)" } }, "link": { "color": { "text": "var(--wp--preset--color--secondary)" }, ":hover": { "color": { "text": "var(--wp--preset--color--primary)" } } } }, "spacing": { "blockGap": "0rem" }, "typography": { "lineHeight": "var(--wp--custom--typography--line-height--normal)", "fontSize": "var(--wp--preset--font-size--medium)" } }, "heading": { "color": { "text": "var(--wp--preset--color--primary)" } }, "templateParts": [ { "name": "header", "title": "Header", "area": "header" }, { "name": "footer", "title": "Footer", "area": "footer" } ] }