ae215fe89d
* 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
110 lines
1.8 KiB
JSON
110 lines
1.8 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": "#FFCCCC",
|
|
"name": "Secondary"
|
|
},
|
|
{
|
|
"slug": "tertiary",
|
|
"color": "#FFCCCC",
|
|
"name": "Tertiary"
|
|
}
|
|
]
|
|
},
|
|
"layout": {
|
|
"wideSize": "1060px"
|
|
},
|
|
"typography": {
|
|
"fontFamilies": [
|
|
{
|
|
"fontFamily": "\"IBM Plex Sans\", sans-serif",
|
|
"name": "IBM Plex Sans",
|
|
"slug": "ibm-plex-sans"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"blocks": {
|
|
"core/image": {
|
|
"filter": {
|
|
"duotone": "var(--wp--preset--duotone--default-filter)"
|
|
}
|
|
},
|
|
"core/post-title": {
|
|
"typography": {
|
|
"fontWeight": "300"
|
|
}
|
|
},
|
|
"core/query-title": {
|
|
"typography": {
|
|
"fontWeight": "300"
|
|
}
|
|
},
|
|
"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": {
|
|
"fontWeight": "300"
|
|
}
|
|
},
|
|
"h2": {
|
|
"typography": {
|
|
"fontWeight": "300"
|
|
}
|
|
},
|
|
"h3": {
|
|
"typography": {
|
|
"fontWeight": "300"
|
|
}
|
|
},
|
|
"h4": {
|
|
"typography": {
|
|
"fontWeight": "300"
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)"
|
|
}
|
|
}
|
|
}
|