2022-09-26 18:32:46 +00:00
|
|
|
{
|
Twenty Twenty-Three: Bug fixes and improvements for RC1.
Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.
For a full list of changes being included, see the `twentytwentythree` repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.
Follow up to [54235], [54236], [54312], [54372].
Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.
git-svn-id: https://develop.svn.wordpress.org/trunk@54467 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-11 00:42:28 +00:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
|
|
"version": 2,
|
2022-09-26 18:32:46 +00:00
|
|
|
"title": "Aubergine",
|
|
|
|
"settings": {
|
|
|
|
"color": {
|
|
|
|
"gradients": [
|
|
|
|
{
|
|
|
|
"gradient": "linear-gradient(180deg, var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--base) 100%)",
|
|
|
|
"name": "Secondary to Base",
|
|
|
|
"slug": "secondary-base"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0 min(24rem, 10%), var(--wp--preset--color--secondary) 0% 30%, var(--wp--preset--color--base) 100%)",
|
|
|
|
"name": "Base to Secondary to Base",
|
|
|
|
"slug": "base-secondary-base"
|
|
|
|
},
|
|
|
|
{
|
2023-01-09 23:43:19 +00:00
|
|
|
"gradient": "linear-gradient(90deg, var(--wp--preset--color--tertiary) 5.74%, var(--wp--preset--color--primary) 100%)",
|
2022-09-26 18:32:46 +00:00
|
|
|
"name": "Tertiary to Primary",
|
|
|
|
"slug": "tertiary-primary"
|
|
|
|
},
|
|
|
|
{
|
2023-01-09 23:43:19 +00:00
|
|
|
"gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 5.74%, var(--wp--preset--color--tertiary) 100%)",
|
2022-09-26 18:32:46 +00:00
|
|
|
"name": "Primary to Tertiary",
|
|
|
|
"slug": "primary-tertiary"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"palette": [
|
|
|
|
{
|
|
|
|
"color": "#1B1031",
|
|
|
|
"name": "Base",
|
|
|
|
"slug": "base"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"color": "#FFFFFF",
|
|
|
|
"name": "Contrast",
|
|
|
|
"slug": "contrast"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"color": "#FF746D",
|
|
|
|
"name": "Primary",
|
|
|
|
"slug": "primary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"color": "#551C5E",
|
|
|
|
"name": "Secondary",
|
|
|
|
"slug": "secondary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"color": "#FB326B",
|
|
|
|
"name": "Tertiary",
|
|
|
|
"slug": "tertiary"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontSizes": [
|
|
|
|
{
|
|
|
|
"fluid": {
|
|
|
|
"min": "0.875rem",
|
|
|
|
"max": "1rem"
|
|
|
|
},
|
|
|
|
"size": "1rem",
|
|
|
|
"slug": "small"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fluid": {
|
|
|
|
"min": "1rem",
|
|
|
|
"max": "1.125rem"
|
|
|
|
},
|
|
|
|
"size": "1.125rem",
|
|
|
|
"slug": "medium"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"size": "1.75rem",
|
|
|
|
"slug": "large",
|
|
|
|
"fluid": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"size": "3.25rem",
|
|
|
|
"slug": "x-large",
|
|
|
|
"fluid": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"size": "10rem",
|
|
|
|
"slug": "xx-large",
|
|
|
|
"fluid": {
|
|
|
|
"min": "4rem",
|
|
|
|
"max": "20rem"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"styles": {
|
|
|
|
"blocks": {
|
|
|
|
"core/comment-reply-link": {
|
|
|
|
"elements": {
|
|
|
|
"link": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--primary)"
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontStyle": "italic"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/group": {
|
|
|
|
"border": {
|
|
|
|
"color": "var(--wp--preset--color--primary)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/navigation": {
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--medium)"
|
|
|
|
}
|
|
|
|
},
|
Twenty Twenty-Three: Bug fixes and improvements for beta 3.
This brings over the latest bug fixes and improvements ahead of WordPress 6.1 beta 3.
For a full list of changes being included, see the `twentytwentythree` repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ac96e8d545a69fc6515312d548b036f267ec7104...ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f.
Props mikachan, poena, madhudollu, beafialho, colorful-tones, scruffian, tahmidulkarim, joen, taskotr, zoonini, mayuge, ndiego, collet.
See #56383.
git-svn-id: https://develop.svn.wordpress.org/trunk@54372 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-04 01:10:12 +00:00
|
|
|
"core/post-author": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--primary)"
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontStyle": "italic"
|
2022-09-26 18:32:46 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/post-content": {
|
|
|
|
"elements": {
|
|
|
|
"link": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--primary)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/post-date": {
|
|
|
|
"elements": {
|
|
|
|
"link": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--contrast)"
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"letterSpacing": "0.09rem",
|
|
|
|
"textTransform": "uppercase"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/post-terms": {
|
|
|
|
"elements": {
|
|
|
|
"link": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--primary)"
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontStyle": "italic"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/post-title": {
|
Twenty Twenty-Three: Bug fixes and improvements for RC1.
Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.
For a full list of changes being included, see the `twentytwentythree` repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.
Follow up to [54235], [54236], [54312], [54372].
Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.
git-svn-id: https://develop.svn.wordpress.org/trunk@54467 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-11 00:42:28 +00:00
|
|
|
"elements": {
|
|
|
|
"link": {
|
|
|
|
":active": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--contrast)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2022-09-26 18:32:46 +00:00
|
|
|
"typography": {
|
|
|
|
"fontSize": "clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 3.25rem)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/query": {
|
|
|
|
"elements": {
|
|
|
|
"h3": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--primary)"
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
|
|
"fontWeight": "700"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"link": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--primary)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/separator": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--primary)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core/site-title": {
|
|
|
|
"border": {
|
|
|
|
"color": "var(--wp--preset--color--primary)",
|
|
|
|
"style": "solid",
|
|
|
|
"width": "0 0 2px 0"
|
|
|
|
},
|
|
|
|
"elements": {
|
|
|
|
"link": {
|
|
|
|
":active": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--primary)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
":focus": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--primary)"
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"textDecoration": "none"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
":hover": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--primary)"
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"textDecoration": "none"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"letterSpacing": "0.09rem",
|
|
|
|
"textTransform": "uppercase"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"color": {
|
|
|
|
"gradient": "var(--wp--preset--gradient--base-secondary-base) no-repeat"
|
|
|
|
},
|
|
|
|
"elements": {
|
|
|
|
"button": {
|
|
|
|
"border": {
|
|
|
|
"radius": "99999px"
|
|
|
|
},
|
|
|
|
"color": {
|
|
|
|
"gradient": "var(--wp--preset--gradient--tertiary-primary)",
|
|
|
|
"text": "var(--wp--preset--color--base)"
|
|
|
|
},
|
|
|
|
":hover": {
|
|
|
|
"color": {
|
Twenty Twenty-Three: Bug fixes and improvements for RC1.
Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.
For a full list of changes being included, see the `twentytwentythree` repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.
Follow up to [54235], [54236], [54312], [54372].
Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.
git-svn-id: https://develop.svn.wordpress.org/trunk@54467 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-11 00:42:28 +00:00
|
|
|
"background": "var(--wp--preset--color--primary)",
|
|
|
|
"gradient": "none",
|
|
|
|
"text": "var(--wp--preset--color--secondary)"
|
2022-09-26 18:32:46 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
":focus": {
|
|
|
|
"color": {
|
Twenty Twenty-Three: Bug fixes and improvements for RC1.
Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.
For a full list of changes being included, see the `twentytwentythree` repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.
Follow up to [54235], [54236], [54312], [54372].
Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.
git-svn-id: https://develop.svn.wordpress.org/trunk@54467 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-11 00:42:28 +00:00
|
|
|
"background": "var(--wp--preset--color--primary)",
|
|
|
|
"gradient": "none",
|
|
|
|
"text": "var(--wp--preset--color--secondary)"
|
2022-09-26 18:32:46 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
":active": {
|
|
|
|
"color": {
|
Twenty Twenty-Three: Bug fixes and improvements for RC1.
Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.
For a full list of changes being included, see the `twentytwentythree` repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.
Follow up to [54235], [54236], [54312], [54372].
Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.
git-svn-id: https://develop.svn.wordpress.org/trunk@54467 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-11 00:42:28 +00:00
|
|
|
"background": "var(--wp--preset--color--primary)",
|
|
|
|
"gradient": "none",
|
|
|
|
"text": "var(--wp--preset--color--secondary)"
|
2022-09-26 18:32:46 +00:00
|
|
|
}
|
2022-10-25 01:23:25 +00:00
|
|
|
},
|
|
|
|
":visited": {
|
|
|
|
"color": {
|
|
|
|
"text": "var(--wp--preset--color--base)"
|
|
|
|
}
|
2022-09-26 18:32:46 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"heading": {
|
|
|
|
"typography": {
|
|
|
|
"letterSpacing": "-0.019rem"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"link": {
|
|
|
|
":active": {
|
|
|
|
"color": {
|
Twenty Twenty-Three: Bug fixes and improvements for RC1.
Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.
For a full list of changes being included, see the `twentytwentythree` repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.
Follow up to [54235], [54236], [54312], [54372].
Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.
git-svn-id: https://develop.svn.wordpress.org/trunk@54467 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-11 00:42:28 +00:00
|
|
|
"text": "var(--wp--preset--color--primary)"
|
2022-09-26 18:32:46 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontFamily": "var(--wp--preset--font-family--dm-sans)"
|
|
|
|
}
|
Twenty Twenty-Three: Bug fixes and improvements for RC1.
Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.
For a full list of changes being included, see the `twentytwentythree` repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.
Follow up to [54235], [54236], [54312], [54372].
Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.
git-svn-id: https://develop.svn.wordpress.org/trunk@54467 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-11 00:42:28 +00:00
|
|
|
}
|
2022-09-26 18:32:46 +00:00
|
|
|
}
|