themes-wordpress/dorna/theme.json
Richard Ortiz 2dc712eb3e
Fixed Blockbase children style variations (#7859)
* Fixed blockbase children style variations problems. Added .idea folder to gitignore

* Fixed more themes that inherit from blockbase that were specified on another issue
2024-06-17 15:50:41 +02:00

66 lines
No EOL
1.8 KiB
JSON

{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "primary",
"color": "#ba9521",
"name": "Primary",
"default": "#007cba"
},
{
"slug": "secondary",
"color": "#555555",
"name": "Secondary",
"default": "#555555"
},
{
"slug": "foreground",
"color": "#222222",
"name": "Foreground",
"default": "#333333"
},
{
"slug": "background",
"color": "#ffffff",
"name": "Background",
"default": "#ffffff"
},
{
"slug": "tertiary",
"color": "#f0f0f0",
"name": "Tertiary",
"default": "#F0F0F0"
}
]
},
"custom": {
"excludedParentStyleVariations": [
"Ruby Wine"
]
}
},
"styles": {
"blocks": {
"core/heading": {
"typography": {
"fontFamily": "var:preset|font-family|playfair-display"
}
},
"core/paragraph": {
"color": {
"text": "var(--wp--preset--color--secondary)"
}
},
"core/post-title": {
"typography": {
"fontFamily": "var:preset|font-family|playfair-display"
}
}
},
"typography": {
"fontFamily": "var:preset|font-family|lora"
}
}
}