themes-wordpress/twentytwentytwo-red/theme.json
Ben Dwyer ae215fe89d
TT2: Add color variations (#5163)
* TT2: Add color variations

* rename block-template-parts to template-parts

* Add a header for the pink variation

* Add missing hex

* Update from GH

* Add a header to the yellow variation

* remove the yellow variant

* Remove quaternity and make it secondary

* Update the swiss palette
2021-12-09 17:01:37 +00:00

94 lines
1.8 KiB
JSON

{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#2E2927",
"name": "Foreground"
},
{
"slug": "background",
"color": "#ffffff",
"name": "Background"
},
{
"slug": "primary",
"color": "#7C290F",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#FCF5ED",
"name": "Secondary"
},
{
"slug": "tertiary",
"color": "#FCF5ED",
"name": "Tertiary"
}
]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
"name": "System Font",
"slug": "system-font"
},
{
"fontFamily": "\"EB Garamond\", serif",
"name": "EB Garamond",
"slug": "eb-garamond"
}
]
}
},
"styles": {
"blocks": {
"core/post-title": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eb-garamond)"
}
},
"core/query-title": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eb-garamond)"
}
}
},
"elements": {
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eb-garamond)"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eb-garamond)"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eb-garamond)"
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eb-garamond)"
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eb-garamond)"
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eb-garamond)"
}
}
}
}
}