
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>
61 lines
No EOL
1.7 KiB
JSON
61 lines
No EOL
1.7 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"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
} |