2dc712eb3e
* Fixed blockbase children style variations problems. Added .idea folder to gitignore * Fixed more themes that inherit from blockbase that were specified on another issue
56 lines
No EOL
1.6 KiB
JSON
56 lines
No EOL
1.6 KiB
JSON
{
|
|
"version": 2,
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "foreground",
|
|
"color": "#14453d",
|
|
"name": "Foreground",
|
|
"default": "#333333"
|
|
},
|
|
{
|
|
"slug": "background",
|
|
"color": "#fcf9f4",
|
|
"name": "Background",
|
|
"default": "#ffffff"
|
|
},
|
|
{
|
|
"slug": "tertiary",
|
|
"color": "#ECECE7",
|
|
"name": "Tertiary",
|
|
"default": "#ECECE7"
|
|
}
|
|
]
|
|
},
|
|
"custom": {
|
|
"color": {
|
|
"foreground": "var(--wp--preset--color--foreground)",
|
|
"background": "var(--wp--preset--color--background)",
|
|
"primary": "var(--wp--preset--color--foreground)",
|
|
"secondary": "var(--wp--preset--color--foreground)",
|
|
"tertiary": "var(--wp--preset--color--tertiary)"
|
|
},
|
|
"excludedParentStyleVariations": [
|
|
"Ruby Wine"
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"blocks": {
|
|
"core/heading": {
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|eb-garamond"
|
|
}
|
|
},
|
|
"core/post-title": {
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|eb-garamond"
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|fira-sans"
|
|
}
|
|
}
|
|
} |