123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322 |
- {
- "customTemplates": [
- {
- "name": "blank",
- "postTypes": [
- "page",
- "post"
- ],
- "title": "Blank"
- }
- ],
- "settings": {
- "appearanceTools": true,
- "color": {
- "palette": [
- {
- "color": "#fe9042",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#fdfdfd",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#13131e",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#F0F0F0",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ]
- },
- "custom": {
- "gap": {
- "horizontal": "min(30px, 5vw)",
- "vertical": "min(30px, 5vw)"
- }
- },
- "layout": {
- "contentSize": "620px",
- "wideSize": "1000px"
- },
- "spacing": {
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "typography": {
- "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": "1rem",
- "slug": "small"
- },
- {
- "name": "Medium",
- "size": "1.5rem",
- "slug": "medium"
- },
- {
- "name": "Large",
- "size": "1.75rem",
- "slug": "large"
- },
- {
- "name": "Extra Large",
- "size": "2rem",
- "slug": "x-large"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/button": {
- "border": {
- "color": "var(--wp--custom--color--foreground)",
- "radius": "0",
- "width": "3px"
- }
- },
- "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-content": {
- "typography": {
- "fontSize": "1.125rem",
- "lineHeight": "1.6"
- }
- },
- "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/heading": {
- "typography": {
- "fontWeight": "400",
- "lineHeight": "1.125"
- }
- },
- "core/list": {
- "spacing": {
- "padding": {
- "left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
- }
- }
- },
- "core/navigation": {
- "typography": {
- "fontSize": "1.125rem"
- }
- },
- "core/post-date": {
- "color": {
- "text": "var(--wp--preset--color--foreground)"
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "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": {
- "fontSize": "1.125rem",
- "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": "0.825rem"
- }
- },
- "core/site-title": {
- "typography": {
- "fontSize": "1.125rem",
- "fontWeight": "700",
- "textDecoration": "none"
- }
- }
- },
- "color": {
- "background": "var:preset|color|background",
- "text": "var(--wp--preset--color--foreground)"
- },
- "elements": {
- "h1": {
- "typography": {
- "fontSize": "3rem"
- }
- },
- "h2": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-large)"
- }
- },
- "h3": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)"
- }
- },
- "h4": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)"
- }
- },
- "h5": {
- "typography": {
- "fontSize": "1.125rem"
- }
- },
- "h6": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "link": {
- "color": {
- "text": "#fe9042"
- }
- }
- },
- "spacing": {
- "blockGap": "30px"
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--system-font)",
- "fontSize": "1.125rem",
- "lineHeight": "1.6"
- }
- },
- "templateParts": [
- {
- "area": "header",
- "name": "header"
- },
- {
- "area": "footer",
- "name": "footer"
- }
- ],
- "version": 2,
- "$schema": "https://schemas.wp.org/wp/6.0/theme.json"
- }
|