80e036574b
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>
75 lines
No EOL
2.2 KiB
JSON
75 lines
No EOL
2.2 KiB
JSON
{
|
|
"version": 2,
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "primary",
|
|
"color": "#676767",
|
|
"name": "Primary",
|
|
"default": "#676767"
|
|
},
|
|
{
|
|
"slug": "foreground",
|
|
"color": "#222222",
|
|
"name": "Foreground",
|
|
"default": "#222222"
|
|
},
|
|
{
|
|
"slug": "background",
|
|
"color": "#ffffff",
|
|
"name": "Background",
|
|
"default": "#ffffff"
|
|
},
|
|
{
|
|
"slug": "tertiary",
|
|
"color": "#ecf2f3",
|
|
"name": "Tertiary",
|
|
"default": "#F0F0F0"
|
|
}
|
|
]
|
|
},
|
|
"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)"
|
|
}
|
|
},
|
|
"layout": {
|
|
"contentSize": "670px",
|
|
"wideSize": "968px"
|
|
}
|
|
},
|
|
"styles": {
|
|
"blocks": {
|
|
"core/heading": {
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|libre-baskerville"
|
|
}
|
|
},
|
|
"core/paragraph": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--primary)"
|
|
}
|
|
},
|
|
"core/post-title": {
|
|
"typography": {
|
|
"fontFamily": "var:preset|font-family|libre-baskerville"
|
|
}
|
|
},
|
|
"core/navigation": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
}
|
|
},
|
|
"core/site-title": {
|
|
"typography": {
|
|
"fontSize": "40px"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |