themes-wordpress/twentytwentytwo-mint/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

122 lines
2.3 KiB
JSON

{
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": [
"#000000",
"#FFFFFF"
],
"slug": "default-filter",
"name": "Default filter"
}
],
"palette": [
{
"slug": "foreground",
"color": "#000000",
"name": "Foreground"
},
{
"slug": "background",
"color": "#FFFFFF",
"name": "Background"
},
{
"slug": "primary",
"color": "#000000",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#93FFDE",
"name": "Secondary"
},
{
"slug": "tertiary",
"color": "#93FFDE",
"name": "Tertiary"
}
]
},
"layout": {
"wideSize": "1060px"
},
"typography": {
"fontFamilies": [
{
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
"name": "System Font",
"slug": "system-font"
},
{
"fontFamily": "\"Bodoni Moda\", serif",
"name": "Bodoni Moda",
"slug": "bodoni-moda"
}
]
}
},
"styles": {
"blocks": {
"core/image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/post-title": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
}
},
"core/query-title": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
}
},
"core/post-featured-image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/site-logo": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
}
},
"elements": {
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--bodoni-moda)"
}
}
}
}
}