themes-wordpress/hola/styles/mattone.json
Henrique Iamarino a856023766
Hola: add theme (#7927)
* Hola: add theme

* Update readme file.

* Fix readme

---------

Co-authored-by: Henrique 'Foca' Iamarino <henriquefoca@gmail.com>
Co-authored-by: jasmussen <joen@automattic.com>
2024-07-04 18:02:46 +02:00

116 lines
No EOL
2.2 KiB
JSON

{
"settings": {
"color": {
"palette": [
{
"color": "#fafafa",
"name": "Base",
"slug": "base"
},
{
"color": "#ba452e",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#ba452e",
"name": "Primary",
"slug": "primary"
},
{
"color": "#fafafa",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#a33d29",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"styles": {
"blocks": {
"core/avatar": {
"filter": {
"duotone": "var(--wp--preset--duotone--mattone)"
}
},
"core/cover": {
"filter": {
"duotone": "var(--wp--preset--duotone--mattone)"
}
},
"core/post-date": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--texturina)"
}
},
"core/post-featured-image": {
"filter": {
"duotone": "var(--wp--preset--duotone--mattone)"
}
},
"core/query-pagination": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--texturina)"
}
},
"core/site-logo": {
"filter": {
"duotone": "var(--wp--preset--duotone--mattone)"
}
},
"core/site-title": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--texturina)"
}
}
},
"elements": {
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--texturina)"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--texturina)"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--texturina)"
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--texturina)"
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--texturina)"
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--texturina)"
}
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--texturina)"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--texturina)",
"letterSpacing": "0rem"
}
},
"title": "Mattone",
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}