themes-wordpress/bark/theme.json
alaczek 74aacf9727
Update theme.json (#7963)
Update the spacing settings.
2024-07-23 09:58:10 +10:00

578 lines
No EOL
13 KiB
JSON

{
"settings": {
"appearanceTools": true,
"color": {
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"duotone": [
{
"colors": [
"#FCFCCCCF",
"#FDFDCE"
],
"name": "Duotone 1",
"slug": "duotone-0-1"
},
{
"colors": [
"#FCFCCCCF",
"#7D5912"
],
"name": "Duotone 2",
"slug": "duotone-0-2"
},
{
"colors": [
"#FCFCCCCF",
"#127C1C"
],
"name": "Duotone 3",
"slug": "duotone-0-3"
},
{
"colors": [
"#FCFCCCCF",
"#000000"
],
"name": "Duotone 4",
"slug": "duotone-0-4"
},
{
"colors": [
"#FDFDCE",
"#7D5912"
],
"name": "Duotone 5",
"slug": "duotone-1-2"
},
{
"colors": [
"#FDFDCE",
"#127C1C"
],
"name": "Duotone 6",
"slug": "duotone-1-3"
},
{
"colors": [
"#FDFDCE",
"#000000"
],
"name": "Duotone 7",
"slug": "duotone-1-4"
},
{
"colors": [
"#7D5912",
"#127C1C"
],
"name": "Duotone 8",
"slug": "duotone-2-3"
},
{
"colors": [
"#7D5912",
"#000000"
],
"name": "Duotone 9",
"slug": "duotone-2-4"
},
{
"colors": [
"#127C1C",
"#000000"
],
"name": "Duotone 10",
"slug": "duotone-3-4"
}
],
"gradients": [
{
"gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) -50%, transparent 50%)",
"name": "Text to Transparent",
"slug": "gradient-text-transparent"
},
{
"gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)",
"name": "Gradient 1",
"slug": "gradient-1-2"
},
{
"gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)",
"name": "Gradient 2",
"slug": "gradient-1-3"
},
{
"gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)",
"name": "Gradient 3",
"slug": "gradient-1-4"
},
{
"gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)",
"name": "Gradient 4",
"slug": "gradient-1-5"
},
{
"gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)",
"name": "Gradient 5",
"slug": "gradient-2-3"
},
{
"gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)",
"name": "Gradient 6",
"slug": "gradient-2-4"
},
{
"gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)",
"name": "Gradient 7",
"slug": "gradient-2-5"
},
{
"gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-4) 100%)",
"name": "Gradient 8",
"slug": "gradient-3-4"
},
{
"gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-5) 100%)",
"name": "Gradient 9",
"slug": "gradient-3-5"
},
{
"gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)",
"name": "Gradient 10",
"slug": "gradient-4-5"
}
],
"palette": [
{
"color": "#ffffff",
"name": "Color 1",
"slug": "theme-1"
},
{
"color": "#f6f1eb",
"name": "Color 2",
"slug": "theme-2"
},
{
"color": "#ddf1ce",
"name": "Color 3",
"slug": "theme-3"
},
{
"color": "#cbfba0",
"name": "Color 4",
"slug": "theme-4"
},
{
"color": "#102624",
"name": "Color 5",
"slug": "theme-5"
}
]
},
"custom": {
"input": {
"border": {
"color": "var(--wp--preset--color--theme-2)",
"radius": "3px",
"width": "1px"
},
"color": {
"background": "var(--wp--preset--color--theme-4)"
}
},
"spacing-increment": "2",
"spacing-unit": "10"
},
"layout": {
"contentSize": "620px",
"wideSize": "1440px"
},
"spacing": {
"defaultSpacingSizes": false,
"spacingScale": {
"steps": 1
},
"spacingSizes": [
{
"name": "2X-Small",
"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 1) * 1px), calc(var(--wp--custom--spacing-increment) * 1 * 1vw))",
"slug": "20"
},
{
"name": "X-Small",
"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 2) * 1px), calc(var(--wp--custom--spacing-increment) * 2 * 1vw))",
"slug": "30"
},
{
"name": "Small",
"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 3) * 1px), calc(var(--wp--custom--spacing-increment) * 3 * 1vw))",
"slug": "40"
},
{
"name": "Medium",
"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 4) * 1px), calc(var(--wp--custom--spacing-increment) * 4 * 1vw))",
"slug": "50"
},
{
"name": "Large",
"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 5) * 1px), calc(var(--wp--custom--spacing-increment) * 5 * 1vw))",
"slug": "60"
},
{
"name": "Extra Large",
"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 6) * 1px), calc(var(--wp--custom--spacing-increment) * 6 * 1vw))",
"slug": "70"
},
{
"name": "2X Large",
"size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 7) * 1px), calc(var(--wp--custom--spacing-increment) * 7 * 1vw))",
"slug": "80"
}
]
},
"typography": {
"defaultFontSizes": false,
"fluid": true,
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Urbanist",
"fontStyle": "normal",
"fontWeight": "100 900",
"src": [
"file:./assets/fonts/urbanist/Urbanist-VariableFont_wght.ttf"
]
},
{
"fontFamily": "Urbanist",
"fontStyle": "italic",
"fontWeight": "100 900",
"src": [
"file:./assets/fonts/urbanist/Urbanist-Italic-VariableFont_wght.ttf"
]
}
],
"fontFamily": "\"Urbanist\", sans-serif",
"name": "Urbanist",
"slug": "urbanist"
},
{
"fontFace": [
{
"fontFamily": "Asap Condensed",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/asap/AsapCondensed-Regular.ttf"
]
},
{
"fontFamily": "Asap Condensed",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/asap/AsapCondensed-Italic.ttf"
]
},
{
"fontFamily": "Asap Condensed",
"fontStyle": "normal",
"fontWeight": "500",
"src": [
"file:./assets/fonts/asap/AsapCondensed-Medium.ttf"
]
},
{
"fontFamily": "Asap Condensed",
"fontStyle": "italic",
"fontWeight": "500",
"src": [
"file:./assets/fonts/asap/AsapCondensed-MediumItalic.ttf"
]
},
{
"fontFamily": "Asap Condensed",
"fontStyle": "normal",
"fontWeight": "600",
"src": [
"file:./assets/fonts/asap/AsapCondensed-SemiBold.ttf"
]
},
{
"fontFamily": "Asap Condensed",
"fontStyle": "italic",
"fontWeight": "600",
"src": [
"file:./assets/fonts/asap/AsapCondensed-SemiBoldItalic.ttf"
]
}
],
"fontFamily": "Asap Condensed",
"name": "Asap Condensed",
"slug": "asap-condensed"
}
],
"fontSizes": [
{
"name": "Small",
"size": "16px",
"slug": "small"
},
{
"name": "Medium",
"size": "24px",
"slug": "medium"
},
{
"name": "Large",
"size": "40px",
"slug": "large"
},
{
"name": "Extra Large",
"size": "60px",
"slug": "x-large"
},
{
"fluid": {
"max": "96px",
"min": "40px"
},
"name": "2X Large",
"size": "96px",
"slug": "xx-large"
}
],
"writingMode": true
},
"useRootPaddingAwareAlignments": true
},
"styles": {
"blocks": {
"core/button": {
"border": {
"radius": "50px"
},
"spacing": {
"padding": {
"bottom": "10px",
"left": "24px",
"right": "24px",
"top": "10px"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--urbanist)"
},
"variations": {
"outline": {
"border": {
"width": "1px"
},
"spacing": {
"padding": {
"bottom": "10px",
"left": "24px",
"right": "24px",
"top": "10px"
}
}
}
}
},
"core/buttons": {
"spacing": {
"blockGap": "8px",
"margin": {
"top": "calc( var(--wp--style--block-gap) * 1.5)"
}
}
},
"core/columns": {
"spacing": {
"blockGap": {
"left": "var(--wp--preset--spacing--50)",
"top": "var(--wp--preset--spacing--50)"
}
}
},
"core/heading": {
"elements": {
"link": {
"color": {
"text": {
"ref": "styles.elements.heading.color.text"
}
}
}
}
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"core/separator": {
"border": {
"color": "var(--wp--preset--color--theme-5)",
"width": "1px"
},
"color": {
"text": "var(--wp--preset--color--theme-2)"
},
"css": "border-bottom:0"
},
"core/site-title": {
"elements": {
"link": {
"typography": {
"textDecoration": "none"
}
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontWeight": "550"
}
}
},
"color": {
"background": "var(--wp--preset--color--theme-2)",
"text": "var(--wp--preset--color--theme-5)"
},
"css": ".no-underline a { text-decoration: none; }",
"elements": {
"button": {
":hover": {
"color": {
"background": "var(--wp--preset--color--theme-1)",
"text": "var(--wp--preset--color--theme-5)"
}
},
"border": {
"radius": "0"
},
"color": {
"background": "var(--wp--preset--color--theme-4)",
"text": "var(--wp--preset--color--theme-5)"
},
"spacing": {
"padding": {
"bottom": "14px",
"left": "22px",
"right": "22px",
"top": "14px"
}
},
"typography": {
"fontFamily": {
"ref": "styles.elements.heading.typography.fontFamily"
},
"fontSize": "var(--wp--preset--font-size--small)",
"fontWeight": "450"
}
},
"caption": {
"spacing": {
"padding": {
"top": "8px"
}
},
"typography": {
"fontSize": "14px",
"fontWeight": "400"
}
},
"h1": {
"typography": {
"fontSize": "var(--wp--preset--font-size--xx-large)",
"lineHeight": "1"
}
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": {
"ref": "styles.elements.h1.typography.fontWeight"
},
"lineHeight": "1"
}
},
"h3": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"lineHeight": "1.2"
}
},
"h4": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.3"
}
},
"h5": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.4"
}
},
"h6": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"heading": {
"color": {
"text": "var(--wp--preset--color--theme-5)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--asap-condensed)",
"fontWeight": "500"
}
},
"link": {
"color": {
"text": {
"ref": "styles.color.text"
}
}
}
},
"spacing": {
"blockGap": "var(--wp--preset--spacing--20)",
"padding": {
"left": "var(--wp--preset--spacing--40)",
"right": "var(--wp--preset--spacing--40)"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--urbanist)",
"fontSize": "18px",
"fontWeight": "400",
"lineHeight": "1.65"
}
},
"templateParts": [
{
"area": "header",
"name": "header",
"title": "Header"
},
{
"area": "footer",
"name": "footer",
"title": "Footer"
}
],
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}