352 lines
6 KiB
JSON
352 lines
6 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"customTemplates": [
|
|
{
|
|
"name": "page-header-black",
|
|
"postTypes": [
|
|
"page",
|
|
"post"
|
|
],
|
|
"title": "Page with black header"
|
|
},
|
|
{
|
|
"name": "page-no-sidebar",
|
|
"postTypes": [
|
|
"page",
|
|
"post"
|
|
],
|
|
"title": "Page with no sidebar"
|
|
}
|
|
],
|
|
"settings": {
|
|
"appearanceTools": true,
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"color": "#000",
|
|
"name": "Black",
|
|
"slug": "black"
|
|
},
|
|
{
|
|
"color": "#636363",
|
|
"name": "Dark Grey",
|
|
"slug": "dark-grey"
|
|
},
|
|
{
|
|
"color": "#FFF",
|
|
"name": "White",
|
|
"slug": "white"
|
|
},
|
|
{
|
|
"color": "#A43D00",
|
|
"name": "Brown",
|
|
"slug": "brown"
|
|
},
|
|
{
|
|
"color": "#FF7D2F",
|
|
"name": "Orange",
|
|
"slug": "orange"
|
|
},
|
|
{
|
|
"color": "#FDEEE5",
|
|
"name": "Light Orange",
|
|
"slug": "light-orange"
|
|
}
|
|
]
|
|
},
|
|
"layout": {
|
|
"contentSize": "119ch",
|
|
"wideSize": "1280px"
|
|
},
|
|
"spacing": {
|
|
"units": [
|
|
"%",
|
|
"px",
|
|
"em",
|
|
"rem",
|
|
"vh",
|
|
"vw"
|
|
]
|
|
},
|
|
"typography": {
|
|
"fontFamilies": [
|
|
{
|
|
"fontFamily": "'Helvetica Neue', Arial, sans-serif",
|
|
"name": "Helvetica Neue",
|
|
"slug": "helvetica-neue"
|
|
}
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Ginormous",
|
|
"size": "6.5rem",
|
|
"slug": "xx-large"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"blocks": {
|
|
"core/navigation": {
|
|
"typography": {
|
|
"fontSize": "16px",
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"core/comment-author-name": {
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "none"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/comment-date": {
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "none"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/comment-reply-link": {
|
|
"typography": {
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"core/post-comments-form": {
|
|
"elements": {
|
|
"button": {
|
|
"color": {
|
|
"background": {
|
|
"ref": "styles.color.background"
|
|
},
|
|
"text": {
|
|
"ref": "styles.color.text"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/post-featured-image": {
|
|
"filter": {
|
|
"duotone": "var(--wp--preset--duotone--grayscale)"
|
|
}
|
|
},
|
|
"core/post-navigation-link": {
|
|
"typography": {
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"core/post-title": {
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "none"
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--xx-large)"
|
|
}
|
|
},
|
|
"core/query-pagination": {
|
|
"typography": {
|
|
"fontWeight": "700",
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"core/quote": {
|
|
"border": {
|
|
"color": "var(--wp--preset--color--orange)",
|
|
"style": "solid",
|
|
"width": "2px"
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"left": "31px"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontWeight": "bold",
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"core/search": {
|
|
"elements": {
|
|
"button": {
|
|
"spacing": {
|
|
"margin": {
|
|
"left": "0px"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/separator": {
|
|
"border": {
|
|
"width": "0 0 1px 0"
|
|
}
|
|
},
|
|
"core/site-title": {
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "none"
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font--size--small)",
|
|
"fontWeight": "bold",
|
|
"lineHeight": {
|
|
"ref": "styles.typography.lineHeight"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"color": {
|
|
"background": "var(--wp--preset--color--white)",
|
|
"text": "var(--wp--preset--color--black)"
|
|
},
|
|
"elements": {
|
|
"button": {
|
|
"border": {
|
|
"radius": "0",
|
|
"width": "0"
|
|
},
|
|
"color": {
|
|
"background": {
|
|
"ref": "styles.color.text"
|
|
},
|
|
"text": {
|
|
"ref": "styles.color.background"
|
|
}
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"bottom": "19px",
|
|
"left": "25px",
|
|
"right": "25px",
|
|
"top": "19px"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontWeight": "700",
|
|
"lineHeight": "1.2",
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"h1": {
|
|
"typography": {
|
|
"fontSize": "clamp(4rem, 6vw, 6.5rem)",
|
|
"fontWeight": "400",
|
|
"lineHeight": "0.92"
|
|
}
|
|
},
|
|
"h2": {
|
|
"typography": {
|
|
"fontSize": "clamp(2rem, 5vw, 2.375rem)",
|
|
"fontWeight": "400",
|
|
"lineHeight": "1"
|
|
}
|
|
},
|
|
"h3": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--x-large)",
|
|
"fontWeight": "700",
|
|
"lineHeight": "1.2"
|
|
}
|
|
},
|
|
"h4": {
|
|
"typography": {
|
|
"fontSize": "1.75rem",
|
|
"fontWeight": "700",
|
|
"lineHeight": "1.1"
|
|
}
|
|
},
|
|
"h5": {
|
|
"typography": {
|
|
"fontSize": "1.5rem",
|
|
"fontWeight": "700",
|
|
"lineHeight": "1.2"
|
|
}
|
|
},
|
|
"h6": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
"fontWeight": "700",
|
|
"lineHeight": "1.3"
|
|
}
|
|
},
|
|
"heading": {
|
|
"typography": {
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"link": {
|
|
":active": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--brown)"
|
|
}
|
|
},
|
|
":hover": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--dark-grey)"
|
|
},
|
|
"typography": {
|
|
"textDecoration": "none"
|
|
}
|
|
},
|
|
"color": {
|
|
"text": {
|
|
"ref": "styles.color.text"
|
|
}
|
|
},
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
}
|
|
}
|
|
},
|
|
"spacing": {
|
|
"blockGap": "2.5rem"
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--helvetica-neue)",
|
|
"lineHeight": "1.6"
|
|
}
|
|
},
|
|
"templateParts": [
|
|
{
|
|
"area": "header",
|
|
"name": "Header"
|
|
},
|
|
{
|
|
"area": "footer",
|
|
"name": "Footer"
|
|
}
|
|
],
|
|
"version": 2
|
|
}
|