WordPress/wp-content/themes/twentytwentythree/styles/block-out.json
desrosj 906280f933 Twenty Twenty-Three: Bug fixes and improvements for beta 2.
This brings over the latest bug fixes and improvements ahead of WordPress 6.1 beta 2, which includes an additional style variation, “Aubergine”.

For a full list of changes being included, see the `twentytwentythree` repository on GitHub: 1b97bb83f1...ac96e8d545.

Props mikachan, poena, madhudollu, critterverse, beafialho, felipeelia.
See #56383.
Built from https://develop.svn.wordpress.org/trunk@54312


git-svn-id: http://core.svn.wordpress.org/trunk@53871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-09-26 18:34:14 +00:00

212 lines
3.6 KiB
JSON

{
"title": "Block out",
"settings": {
"color": {
"duotone": [
{
"colors": [
"#E2161D",
"#FF9C9C"
],
"slug": "default-filter",
"name": "Default filter"
}
],
"palette": [
{
"color": "#ff5252",
"name": "Base",
"slug": "base"
},
{
"color": "#252525",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#ffffff",
"name": "Primary",
"slug": "primary"
},
{
"color": "#ff2d34",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#ff7e7e",
"name": "Tertiary",
"slug": "tertiary"
}
]
},
"layout": {
"contentSize": "800px"
},
"typography": {
"fontSizes": [
{
"fluid": {
"max": "1rem",
"min": "0.875rem"
},
"size": "1rem",
"slug": "small"
},
{
"fluid": {
"max": "1.125rem",
"min": "1rem"
},
"size": "1.125rem",
"slug": "medium"
},
{
"fluid": false,
"size": "1.75rem",
"slug": "large"
},
{
"fluid": false,
"size": "2.25rem",
"slug": "x-large"
},
{
"fluid": {
"max": "14rem",
"min": "4rem"
},
"size": "10rem",
"slug": "xx-large"
}
]
}
},
"styles": {
"blocks": {
"core/avatar": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/image": {
"border": {
"radius": "8px"
},
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)"
}
},
"core/post-content": {
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
},
"h1": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
}
},
"core/post-featured-image": {
"border": {
"radius": "8px"
},
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/post-title": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"core/quote": {
"border": {
"width": "1px"
}
},
"core/search": {
"border": {
"radius": "8px"
}
},
"core/site-logo": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/site-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--xx-large)",
"lineHeight": "1.1",
"textTransform": "lowercase"
}
},
"core/query": {
"elements": {
"h3": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
}
}
},
"elements": {
"button": {
"border": {
"radius": "8px"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
"fontStyle": "italic",
"fontWeight": "400"
}
},
"h1": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"h6": {
"typography": {
"fontWeight": "400"
}
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
"fontStyle": "italic"
}
},
"link": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
"fontStyle": "italic",
"fontWeight": "400"
}
}
},
"spacing": {
"padding": {
"bottom": "0px",
"top": "0px"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)"
}
},
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}