themes-wordpress/appleton/theme.json
Jason Crist 80e036574b
Blockbase 3 (#6167)
Refactor/blockbase color admin (#6043)
Moved templates from old folder location to new (#6073)
Blockbase: Implement the Button elements API (#6041)
Blockbase: Implement Comment Block and removed CSS (#6080)
Fix/migrate blockbase font self hosted (#6123)
Blockbase children: update comments block (#6153)
Blockbase: Changed the trigger to render social icons (#6079)
Blockbase: move button padding styles from ponyfill to theme.json (#5901)

Co-authored-by: Grant Kinney <hi@grant.mk>
Co-authored-by: Jeremy Yip <jeremy.yip@automattic.com>
Co-authored-by: MaggieCabrera <maggie.cabrera@automattic.com>
Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
2022-07-20 14:54:48 -04:00

80 lines
1.3 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"
},
"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"
}
]
}
}
}