themes-wordpress/appleton/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

86 lines
1.4 KiB
JSON

{
"version": 1,
"styles": {
"elements": {
"link": {
"color": {
"text": "var:preset|color|custom-superdark"
}
}
},
"blocks": {
"core/heading": {
"typography": {
"fontStyle": "normal",
"lineHeight": "1.4",
"fontWeight": "300"
}
},
"core/post-title": {
"typography": {
"lineHeight": "1.4"
}
},
"core/site-tagline": {
"typography": {
"letterSpacing": "4px"
}
}
},
"typography": {
"fontFamily": "var:preset|font-family|inter",
"fontStyle": "normal",
"fontWeight": "400",
"fontSize": "var:preset|font-size|small"
},
"spacing": {
"blockGap": "1.5rem"
}
},
"settings": {
"layout": {
"contentSize": "840px",
"wideSize": "1200px"
},
"custom": {
"excludedParentStyleVariations": [
"Ruby Wine",
"Charcoal"
]
},
"color": {
"palette": [
{
"color": "#111111",
"name": "Superdark",
"slug": "custom-superdark"
},
{
"slug": "primary",
"color": "#007cba",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#006ba1",
"name": "Secondary"
},
{
"slug": "foreground",
"color": "#444444",
"name": "Foreground"
},
{
"slug": "background",
"color": "#ffffff",
"name": "Background"
},
{
"slug": "tertiary",
"color": "#F0F0F0",
"name": "Tertiary"
}
]
}
}
}