103 lines
2.0 KiB
JSON
103 lines
2.0 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"version": 2,
|
|
"title": "Milky",
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"color": "#f2efe6",
|
|
"name": "Base",
|
|
"slug": "base"
|
|
},
|
|
{
|
|
"color": "#fcf9f0",
|
|
"name": "Base / Two",
|
|
"slug": "base-2"
|
|
},
|
|
{
|
|
"color": "#00000025",
|
|
"name": "Base / Three",
|
|
"slug": "base-3"
|
|
},
|
|
{
|
|
"color": "#373930",
|
|
"name": "Contrast",
|
|
"slug": "contrast"
|
|
},
|
|
{
|
|
"color": "#7a6f5c",
|
|
"name": "Contrast / Two",
|
|
"slug": "contrast-2"
|
|
},
|
|
{
|
|
"color": "#A4A4A4",
|
|
"name": "Contrast / Three",
|
|
"slug": "contrast-3"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"blocks": {
|
|
"core/button": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--medium)"
|
|
}
|
|
},
|
|
"core/image": {
|
|
"border": {
|
|
"radius": "0px"
|
|
}
|
|
},
|
|
"core/post-featured-image": {
|
|
"border": {
|
|
"radius": "0px"
|
|
}
|
|
},
|
|
"core/pullquote": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--body)",
|
|
"fontSize": "var(--wp--preset--font-size--x-large)",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "600",
|
|
"lineHeight": "1.2"
|
|
}
|
|
},
|
|
"core/quote": {
|
|
"variations": {
|
|
"plain": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--body)",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "400"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/site-title": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "700",
|
|
"letterSpacing": "0rem",
|
|
"textTransform": "capitalize"
|
|
}
|
|
}
|
|
},
|
|
"elements": {
|
|
"heading": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--body)",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "600",
|
|
"letterSpacing": "0rem"
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
|
"fontSize": "1.2rem"
|
|
}
|
|
}
|
|
} |