mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-25 08:16:09 +00:00
242 lines
4.8 KiB
JSON
242 lines
4.8 KiB
JSON
|
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||
|
"title": "Sandstorm",
|
||
|
"version": 2,
|
||
|
"settings": {
|
||
|
"color": {
|
||
|
"palette": [
|
||
|
{
|
||
|
"color": "#dbab88",
|
||
|
"name": "Base",
|
||
|
"slug": "base"
|
||
|
},
|
||
|
{
|
||
|
"color": "#f6decd",
|
||
|
"name": "Base / Two",
|
||
|
"slug": "base-2"
|
||
|
},
|
||
|
{
|
||
|
"color": "#00000025",
|
||
|
"name": "Base / Three",
|
||
|
"slug": "base-3"
|
||
|
},
|
||
|
{
|
||
|
"color": "#111111",
|
||
|
"name": "Contrast",
|
||
|
"slug": "contrast"
|
||
|
},
|
||
|
{
|
||
|
"color": "#353535",
|
||
|
"name": "Contrast / Two",
|
||
|
"slug": "contrast-2"
|
||
|
},
|
||
|
{
|
||
|
"color": "#A4A4A4",
|
||
|
"name": "Contrast / Three",
|
||
|
"slug": "contrast-3"
|
||
|
},
|
||
|
{
|
||
|
"color": "#cfcabe",
|
||
|
"name": "Accent",
|
||
|
"slug": "accent"
|
||
|
},
|
||
|
{
|
||
|
"color": "#c2a990",
|
||
|
"name": "Accent / Two",
|
||
|
"slug": "accent-2"
|
||
|
},
|
||
|
{
|
||
|
"color": "#d8613c",
|
||
|
"name": "Accent / Three",
|
||
|
"slug": "accent-3"
|
||
|
},
|
||
|
{
|
||
|
"color": "#b1c5a4",
|
||
|
"name": "Accent / Four",
|
||
|
"slug": "accent-4"
|
||
|
},
|
||
|
{
|
||
|
"color": "#b5bdbc",
|
||
|
"name": "Accent / Five",
|
||
|
"slug": "accent-5"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"typography": {
|
||
|
"fontFamilies": [
|
||
|
{
|
||
|
"fontFace": [
|
||
|
{
|
||
|
"fontFamily": "Instrument Sans",
|
||
|
"fontStyle": "normal",
|
||
|
"fontWeight": "400 700",
|
||
|
"src": [
|
||
|
"file:./assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"fontFamily": "Instrument Sans",
|
||
|
"fontStyle": "italic",
|
||
|
"fontWeight": "400 700",
|
||
|
"src": [
|
||
|
"file:./assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"fontFamily": "\"Instrument Sans\", sans-serif",
|
||
|
"name": "Instrument Sans",
|
||
|
"slug": "body"
|
||
|
},
|
||
|
{
|
||
|
"fontFace": [
|
||
|
{
|
||
|
"fontFamily": "Jost",
|
||
|
"fontStyle": "normal",
|
||
|
"fontWeight": "100 900",
|
||
|
"src": ["file:./assets/fonts/jost/Jost-VariableFont_wght.woff2"]
|
||
|
},
|
||
|
{
|
||
|
"fontFamily": "Jost",
|
||
|
"fontStyle": "italic",
|
||
|
"fontWeight": "100 900",
|
||
|
"src": [
|
||
|
"file:./assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"fontFamily": "\"Jost\", sans-serif",
|
||
|
"name": "Jost",
|
||
|
"slug": "heading"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"styles": {
|
||
|
"blocks": {
|
||
|
"core/button": {
|
||
|
"border": {
|
||
|
"radius": "100px"
|
||
|
},
|
||
|
"color": {
|
||
|
"text": "var(--wp--preset--color--base-2)"
|
||
|
},
|
||
|
"elements": {
|
||
|
"link": {
|
||
|
"color": {
|
||
|
"text": "var(--wp--preset--color--base-2)"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"spacing": {
|
||
|
"padding": {
|
||
|
"bottom": "var(--wp--preset--spacing--10)",
|
||
|
"left": "var(--wp--preset--spacing--20)",
|
||
|
"right": "var(--wp--preset--spacing--20)",
|
||
|
"top": "var(--wp--preset--spacing--10)"
|
||
|
}
|
||
|
},
|
||
|
"typography": {
|
||
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
||
|
"textTransform": "capitalize"
|
||
|
}
|
||
|
},
|
||
|
"core/navigation": {
|
||
|
"typography": {
|
||
|
"fontStyle": "normal",
|
||
|
"fontWeight": "400"
|
||
|
}
|
||
|
},
|
||
|
"core/pullquote": {
|
||
|
"border": {
|
||
|
"bottom": {
|
||
|
"style": "none",
|
||
|
"width": "0px"
|
||
|
},
|
||
|
"left": {
|
||
|
"style": "none",
|
||
|
"width": "0px"
|
||
|
},
|
||
|
"radius": "var(--wp--preset--spacing--20)",
|
||
|
"right": {
|
||
|
"style": "none",
|
||
|
"width": "0px"
|
||
|
},
|
||
|
"top": {
|
||
|
"style": "none",
|
||
|
"width": "0px"
|
||
|
}
|
||
|
},
|
||
|
"typography": {
|
||
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
||
|
"fontSize": "var(--wp--preset--font-size--x-large)",
|
||
|
"fontStyle": "normal",
|
||
|
"fontWeight": "500",
|
||
|
"lineHeight": "1.3"
|
||
|
}
|
||
|
},
|
||
|
"core/quote": {
|
||
|
"typography": {
|
||
|
"fontFamily": "var(--wp--preset--font-family--body)",
|
||
|
"fontSize": "var(--wp--preset--font-size--large)",
|
||
|
"fontStyle": "normal",
|
||
|
"fontWeight": "400"
|
||
|
}
|
||
|
},
|
||
|
"core/site-title": {
|
||
|
"typography": {
|
||
|
"fontFamily": "var(--wp--preset--font-family--heading)"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"elements": {
|
||
|
"caption": {
|
||
|
"typography": {
|
||
|
"fontFamily": "var(--wp--preset--font-family--body)"
|
||
|
}
|
||
|
},
|
||
|
"h1": {
|
||
|
"typography": {
|
||
|
"fontSize": "var(--wp--preset--font-size--x-large)"
|
||
|
}
|
||
|
},
|
||
|
"h2": {
|
||
|
"typography": {
|
||
|
"fontSize": "2.2rem"
|
||
|
}
|
||
|
},
|
||
|
"h3": {
|
||
|
"typography": {
|
||
|
"fontSize": "1.8rem"
|
||
|
}
|
||
|
},
|
||
|
"h4": {
|
||
|
"typography": {
|
||
|
"fontSize": "1.6rem"
|
||
|
}
|
||
|
},
|
||
|
"h5": {
|
||
|
"typography": {
|
||
|
"fontSize": "1.4rem"
|
||
|
}
|
||
|
},
|
||
|
"h6": {
|
||
|
"typography": {
|
||
|
"fontSize": "1.2rem"
|
||
|
}
|
||
|
},
|
||
|
"heading": {
|
||
|
"typography": {
|
||
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
||
|
"fontStyle": "normal",
|
||
|
"fontWeight": "600"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"typography": {
|
||
|
"fontFamily": "var(--wp--preset--font-family--body)",
|
||
|
"fontSize": "1.15rem",
|
||
|
"lineHeight": "1.5"
|
||
|
}
|
||
|
}
|
||
|
}
|