|
@@ -0,0 +1,472 @@
|
|
|
+{
|
|
|
+ "customTemplates": [
|
|
|
+ {
|
|
|
+ "name": "blank",
|
|
|
+ "postTypes": ["page", "post"],
|
|
|
+ "title": "Blank"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "header-footer-only",
|
|
|
+ "postTypes": ["page", "post"],
|
|
|
+ "title": "Header and Footer Only"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "footer-only",
|
|
|
+ "postTypes": ["page", "post"],
|
|
|
+ "title": "Footer Only"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "settings": {
|
|
|
+ "appearanceTools": true,
|
|
|
+ "color": {
|
|
|
+ "palette": [
|
|
|
+ {
|
|
|
+ "color": "#2f2c4f",
|
|
|
+ "name": "Primary",
|
|
|
+ "slug": "primary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#6d6c83",
|
|
|
+ "name": "Secondary",
|
|
|
+ "slug": "secondary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#2e1cff",
|
|
|
+ "name": "Foreground",
|
|
|
+ "slug": "foreground"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#f2f4fa",
|
|
|
+ "name": "Background",
|
|
|
+ "slug": "background"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "color": "#ffffff",
|
|
|
+ "name": "Tertiary",
|
|
|
+ "slug": "tertiary"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "custom": {
|
|
|
+ "gap": {
|
|
|
+ "horizontal": "min(30px, 5vw)",
|
|
|
+ "vertical": "min(30px, 5vw)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "layout": {
|
|
|
+ "contentSize": "650px",
|
|
|
+ "wideSize": "1200px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "units": ["%", "px", "em", "rem", "vh", "vw"]
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fluid": true,
|
|
|
+ "fontFamilies": [
|
|
|
+ {
|
|
|
+ "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
|
|
|
+ "name": "System Font",
|
|
|
+ "slug": "system-font"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "fontSizes": [
|
|
|
+ {
|
|
|
+ "name": "Small",
|
|
|
+ "size": "0.825rem",
|
|
|
+ "slug": "small"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fluid": {
|
|
|
+ "max": "1.25rem",
|
|
|
+ "min": "1rem"
|
|
|
+ },
|
|
|
+ "name": "Medium",
|
|
|
+ "size": "1.125rem",
|
|
|
+ "slug": "medium"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fluid": false,
|
|
|
+ "name": "Large",
|
|
|
+ "size": "1.75rem",
|
|
|
+ "slug": "large"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fluid": {
|
|
|
+ "max": "4rem"
|
|
|
+ },
|
|
|
+ "name": "Extra Large",
|
|
|
+ "size": "3rem",
|
|
|
+ "slug": "x-large"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "styles": {
|
|
|
+ "blocks": {
|
|
|
+ "core/button": {
|
|
|
+ "border": {
|
|
|
+ "radius": "100px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "var:preset|spacing|30",
|
|
|
+ "left": "var:preset|spacing|60",
|
|
|
+ "right": "var:preset|spacing|60",
|
|
|
+ "top": "var:preset|spacing|30"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var:preset|font-size|small",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/code": {
|
|
|
+ "border": {
|
|
|
+ "color": "#CCCCCC",
|
|
|
+ "radius": "0px",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "2px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "var(--wp--custom--gap--vertical)",
|
|
|
+ "left": "var(--wp--custom--gap--horizontal)",
|
|
|
+ "right": "var(--wp--custom--gap--horizontal)",
|
|
|
+ "top": "var(--wp--custom--gap--vertical)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "monospace"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comment-author-name": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comment-date": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comment-edit-link": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comment-reply-link": {
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--primary)"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
+ "textDecoration": "underline"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/comments-title": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/gallery": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "var(--wp--custom--gap--vertical)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/group": {
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0px",
|
|
|
+ "left": "0px",
|
|
|
+ "right": "0px",
|
|
|
+ "top": "0px"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/heading": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|primary"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "lineHeight": "1.125"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/list": {
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/paragraph": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var:preset|font-size|medium"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-author": {
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0",
|
|
|
+ "left": "0",
|
|
|
+ "right": "0",
|
|
|
+ "top": "0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var:preset|font-size|small"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-date": {
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-featured-image": {
|
|
|
+ "border": {
|
|
|
+ "radius": "30px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0",
|
|
|
+ "left": "0",
|
|
|
+ "right": "0",
|
|
|
+ "top": "0"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-title": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
+ "lineHeight": "1.125"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/pullquote": {
|
|
|
+ "border": {
|
|
|
+ "style": "solid",
|
|
|
+ "width": "1px 0"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "var(--wp--custom--gap--horizontal)",
|
|
|
+ "left": "var(--wp--custom--gap--horizontal)",
|
|
|
+ "right": "var(--wp--custom--gap--horizontal)",
|
|
|
+ "top": "var(--wp--custom--gap--horizontal)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
+ "fontStyle": "italic"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/quote": {
|
|
|
+ "border": {
|
|
|
+ "color": "var(--wp--preset--color--primary)",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "0 0 0 1px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "left": "var(--wp--custom--gap--horizontal)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontStyle": "normal"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/search": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
+ "lineHeight": "1.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/separator": {
|
|
|
+ "border": {
|
|
|
+ "color": "currentColor",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "0 0 1px 0"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/site-tagline": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/site-title": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var:preset|font-size|large",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/term-description": {
|
|
|
+ "color": {
|
|
|
+ "background": "var:preset|color|background",
|
|
|
+ "text": "var:preset|color|foreground"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "link": {
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|foreground"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "var:preset|spacing|20",
|
|
|
+ "left": "var:preset|spacing|30",
|
|
|
+ "right": "var:preset|spacing|30",
|
|
|
+ "top": "var:preset|spacing|20"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var:preset|font-size|small",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "var:preset|color|tertiary",
|
|
|
+ "text": "var:preset|color|secondary"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "button": {
|
|
|
+ ":hover": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--secondary)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "border": {
|
|
|
+ "radius": "0"
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "background": "#2e1cff",
|
|
|
+ "text": "var:preset|color|tertiary"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "bottom": "calc(0.667em + 2px)",
|
|
|
+ "left": "calc(1.333em + 2px)",
|
|
|
+ "right": "calc(1.333em + 2px)",
|
|
|
+ "top": "calc(0.667em + 2px)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--system-font)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
+ "fontWeight": "normal",
|
|
|
+ "lineHeight": "2",
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h1": {
|
|
|
+ "color": {
|
|
|
+ "text": "#2f2c4f"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "3rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h2": {
|
|
|
+ "color": {
|
|
|
+ "text": "#2f2c4f"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "1.95rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h3": {
|
|
|
+ "color": {
|
|
|
+ "text": "#2f2c4f"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h4": {
|
|
|
+ "color": {
|
|
|
+ "text": "#2f2c4f"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h5": {
|
|
|
+ "color": {
|
|
|
+ "text": "#2e1cff"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "1.125rem"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h6": {
|
|
|
+ "color": {
|
|
|
+ "text": "#2e1cff"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "heading": {
|
|
|
+ "typography": {
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "lineHeight": 1.3
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "link": {
|
|
|
+ ":hover": {
|
|
|
+ "color": {
|
|
|
+ "text": "#2f2c4f"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "text": "var:preset|color|foreground"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "blockGap": "var:preset|spacing|40",
|
|
|
+ "padding": {
|
|
|
+ "bottom": "0px",
|
|
|
+ "left": "0px",
|
|
|
+ "right": "0px",
|
|
|
+ "top": "0px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--system-font)",
|
|
|
+ "fontSize": "var:preset|font-size|small",
|
|
|
+ "lineHeight": "1.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "templateParts": [
|
|
|
+ {
|
|
|
+ "area": "header",
|
|
|
+ "name": "header"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "area": "footer",
|
|
|
+ "name": "footer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "version": 2,
|
|
|
+ "$schema": "https://schemas.wp.org/trunk/theme.json"
|
|
|
+}
|