526 lines
10 KiB
JSON
526 lines
10 KiB
JSON
{
|
|
"settings": {
|
|
"appearanceTools": true,
|
|
"color": {
|
|
"background": true,
|
|
"custom": true,
|
|
"customDuotone": true,
|
|
"customGradient": true,
|
|
"defaultDuotone": false,
|
|
"defaultGradients": false,
|
|
"defaultPalette": false,
|
|
"duotone": [],
|
|
"gradients": [],
|
|
"palette": [
|
|
{
|
|
"color": "#ffffff",
|
|
"name": "Base",
|
|
"slug": "base"
|
|
},
|
|
{
|
|
"color": "#00cf86",
|
|
"name": "Primary",
|
|
"slug": "primary"
|
|
},
|
|
{
|
|
"color": "#111111",
|
|
"name": "Secondary",
|
|
"slug": "secondary"
|
|
},
|
|
{
|
|
"color": "#878787",
|
|
"name": "Tertiary",
|
|
"slug": "tertiary"
|
|
}
|
|
],
|
|
"text": true
|
|
},
|
|
"layout": {
|
|
"contentSize": "650px"
|
|
},
|
|
"spacing": {
|
|
"customSpacingSize": true,
|
|
"spacingScale": {
|
|
"steps": 0
|
|
},
|
|
"spacingSizes": [
|
|
{
|
|
"name": "1",
|
|
"size": "0.44rem",
|
|
"slug": "20"
|
|
},
|
|
{
|
|
"name": "2",
|
|
"size": "0.67rem",
|
|
"slug": "30"
|
|
},
|
|
{
|
|
"name": "3",
|
|
"size": "1rem",
|
|
"slug": "40"
|
|
},
|
|
{
|
|
"name": "4",
|
|
"size": "1.5rem",
|
|
"slug": "50"
|
|
},
|
|
{
|
|
"name": "4",
|
|
"size": "min(2.25rem, 6.5vw)",
|
|
"slug": "60"
|
|
},
|
|
{
|
|
"name": "5",
|
|
"size": "min(3.38rem, 7vw)",
|
|
"slug": "70"
|
|
},
|
|
{
|
|
"name": "6",
|
|
"size": "min(5.06rem, 7.5vw)",
|
|
"slug": "80"
|
|
}
|
|
],
|
|
"units": [
|
|
"%",
|
|
"px",
|
|
"em",
|
|
"rem",
|
|
"vh",
|
|
"vw"
|
|
]
|
|
},
|
|
"typography": {
|
|
"fluid": true,
|
|
"fontFamilies": [
|
|
{
|
|
"fontFamily": "serif",
|
|
"name": "Serif",
|
|
"slug": "serif"
|
|
}
|
|
],
|
|
"fontSizes": [
|
|
{
|
|
"fluid": {
|
|
"max": "1rem",
|
|
"min": "0.75rem"
|
|
},
|
|
"name": "Tiny",
|
|
"size": "0.9rem",
|
|
"slug": "x-small"
|
|
},
|
|
{
|
|
"fluid": false,
|
|
"name": "Small",
|
|
"size": "1rem",
|
|
"slug": "small"
|
|
},
|
|
{
|
|
"fluid": false,
|
|
"name": "Medium",
|
|
"size": "1.125rem",
|
|
"slug": "medium"
|
|
},
|
|
{
|
|
"fluid": false,
|
|
"name": "Large",
|
|
"size": "1.37rem",
|
|
"slug": "large"
|
|
},
|
|
{
|
|
"fluid": {
|
|
"max": "2.25rem",
|
|
"min": "1.75rem"
|
|
},
|
|
"name": "Extra Large",
|
|
"size": "2rem",
|
|
"slug": "x-large"
|
|
},
|
|
{
|
|
"fluid": {
|
|
"max": "3rem",
|
|
"min": "2.25rem"
|
|
},
|
|
"name": "Huge",
|
|
"size": "2.25rem",
|
|
"slug": "xx-large"
|
|
}
|
|
],
|
|
"fontStyle": true,
|
|
"fontWeight": true,
|
|
"letterSpacing": true,
|
|
"textDecoration": true,
|
|
"textTransform": true
|
|
},
|
|
"useRootPaddingAwareAlignments": true
|
|
},
|
|
"styles": {
|
|
"blocks": {
|
|
"core/code": {
|
|
"border": {
|
|
"color": "var(--wp--preset--color--secondary)",
|
|
"radius": "2px",
|
|
"style": "solid",
|
|
"width": "2px"
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"bottom": "var(--wp--preset--spacing--50)",
|
|
"left": "var(--wp--preset--spacing--50)",
|
|
"right": "var(--wp--preset--spacing--50)",
|
|
"top": "var(--wp--preset--spacing--50)"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "monospace"
|
|
}
|
|
},
|
|
"core/comment-author-name": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
"fontWeight": "700"
|
|
}
|
|
},
|
|
"core/comment-content": {
|
|
"css": "& p{margin-top: 8px;margin-bottom:0;} & p+p{margin-top:var(--wp--preset--spacing--50)}",
|
|
"typography": {
|
|
"fontStyle": "italic"
|
|
}
|
|
},
|
|
"core/comment-date": {
|
|
"elements": {
|
|
"link": {
|
|
"color": {
|
|
"text":"var(--wp--preset--color--tertiary)"
|
|
}
|
|
}
|
|
},
|
|
"color": {
|
|
"text":"var(--wp--preset--color--tertiary)"
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
}
|
|
},
|
|
"core/comment-edit-link": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
}
|
|
},
|
|
"core/comment-reply-link": {
|
|
"css":"& .comment-reply-link{display:block;}",
|
|
"elements": {
|
|
"link": {
|
|
"spacing": {
|
|
"margin":{
|
|
"top":"0.5rem"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
"textDecoration": "underline"
|
|
}
|
|
},
|
|
"core/comments-title": {
|
|
"spacing": {
|
|
"margin": {
|
|
"top": "0"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
"textTransform":"lowercase"
|
|
}
|
|
},
|
|
"core/gallery": {
|
|
"spacing": {
|
|
"margin": {
|
|
"bottom": "var(--wp--preset--spacing--50)"
|
|
}
|
|
}
|
|
},
|
|
"core/heading": {
|
|
"spacing": {
|
|
"margin": {
|
|
"bottom": "var(--wp--preset--spacing--30)",
|
|
"left": "0",
|
|
"right": "0",
|
|
"top": "var(--wp--preset--spacing--70)"
|
|
}
|
|
}
|
|
},
|
|
"core/list": {
|
|
"spacing": {
|
|
"padding": {
|
|
"left": "var(--wp--preset--spacing--70)"
|
|
}
|
|
}
|
|
},
|
|
"core/post-content": {
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/post-date": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--tertiary)"
|
|
},
|
|
"elements": {
|
|
"link": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--tertiary)"
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
"textTransform": "lowercase"
|
|
}
|
|
},
|
|
"core/post-title": {
|
|
"spacing": {
|
|
"margin": {
|
|
"bottom": "0"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
"textTransform": "lowercase"
|
|
}
|
|
},
|
|
"core/pullquote": {
|
|
"border": {
|
|
"style": "solid",
|
|
"width": "2px"
|
|
},
|
|
"elements": {
|
|
"cite": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
"fontStyle": "normal"
|
|
}
|
|
}
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"bottom": "var(--wp--preset--spacing--50)",
|
|
"left": "var(--wp--preset--spacing--50)",
|
|
"right": "var(--wp--preset--spacing--50)",
|
|
"top": "var(--wp--preset--spacing--50)"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
"fontStyle": "normal"
|
|
}
|
|
},
|
|
"core/query-title": {
|
|
"typography": {
|
|
"fontWeight": "300"
|
|
}
|
|
},
|
|
"core/quote": {
|
|
"border": {
|
|
"style": "solid",
|
|
"width": "0 0 0 4px"
|
|
},
|
|
"elements": {
|
|
"cite": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--secondary)"
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
"fontStyle": "normal"
|
|
}
|
|
}
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"left": "var(--wp--preset--spacing--50)"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
"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--secondary)"
|
|
}
|
|
},
|
|
"core/site-tagline": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--x-small)"
|
|
}
|
|
},
|
|
"core/site-title": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--secondary)"
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--dm-mono)",
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "700",
|
|
"textDecoration": "none",
|
|
"textTransform": "none"
|
|
}
|
|
}
|
|
},
|
|
"color": {
|
|
"background": "var(--wp--preset--color--base)",
|
|
"text": "var(--wp--preset--color--secondary)"
|
|
},
|
|
"elements": {
|
|
"button": {
|
|
":hover": {
|
|
"color": {
|
|
"background": "var(--wp--preset--color--primary)",
|
|
"text": "var(--wp--preset--color--base)"
|
|
}
|
|
},
|
|
"border": {
|
|
"radius": "0"
|
|
},
|
|
"color": {
|
|
"background": "var(--wp--preset--color--secondary)",
|
|
"text": "var(--wp--preset--color--base)"
|
|
}
|
|
},
|
|
"caption": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--tertiary)"
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--x-small)"
|
|
}
|
|
},
|
|
"h1": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "700",
|
|
"lineHeight": "1.1"
|
|
}
|
|
},
|
|
"h2": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "700",
|
|
"lineHeight": "1.1"
|
|
}
|
|
},
|
|
"h3": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "700",
|
|
"lineHeight": "1.2"
|
|
}
|
|
},
|
|
"h4": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "700"
|
|
}
|
|
},
|
|
"h5": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "700"
|
|
}
|
|
},
|
|
"h6": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
"fontWeight": "normal"
|
|
}
|
|
},
|
|
"heading": {
|
|
"typography": {
|
|
"fontStyle": "normal",
|
|
"fontWeight": "300",
|
|
"lineHeight": "1.6",
|
|
"textTransform": "none"
|
|
}
|
|
},
|
|
"link": {
|
|
":hover": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--primary)"
|
|
},
|
|
"typography": {
|
|
"textDecoration": "none"
|
|
}
|
|
},
|
|
"color": {
|
|
"text": "var(--wp--preset--color--secondary)"
|
|
},
|
|
"typography": {
|
|
"textDecoration": "none"
|
|
}
|
|
}
|
|
},
|
|
"spacing": {
|
|
"blockGap": "var(--wp--preset--spacing--60)",
|
|
"padding": {
|
|
"bottom": "0px",
|
|
"left": "0px",
|
|
"right": "0px",
|
|
"top": "0px"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--serif)",
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "400",
|
|
"lineHeight": "1.5"
|
|
}
|
|
},
|
|
"templateParts": [
|
|
{
|
|
"area": "header",
|
|
"name": "header",
|
|
"title": "Header"
|
|
},
|
|
{
|
|
"area": "header",
|
|
"name": "header-with-biography",
|
|
"title": "Header with Biography"
|
|
},
|
|
{
|
|
"area": "footer",
|
|
"name": "footer",
|
|
"title": "Footer"
|
|
},
|
|
{
|
|
"area": "uncategorized",
|
|
"name": "comments",
|
|
"title": "Comments"
|
|
}
|
|
],
|
|
"version": 2,
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json"
|
|
}
|