Twenty Twenty-Four: Bugfixes for 6.4 RC1.
Resyncing changes for TT4 into Core.
Changes include:
* Reformatted all the patterns for readability.
* Bugfixes in the markup and improvements on the string translation functions.
* Renaming of some patterns, making them consistent with the content they show and whether they are simple patterns, full-page patterns or patterns meant to replace templates.
Follow-up to [56813], [56764], [56716].
Props richtabor, onemaggie, luminuu, shailu25, dunhakdis, shivashankerbhatta, dajeema, enodekciw, kafleg, viralsampat, glendaviesnz, beafialho, webmandesign, huzaifaalmesbah, gregfuller, benharri.
Fixes #59640.
Built from https://develop.svn.wordpress.org/trunk@56951
git-svn-id: http://core.svn.wordpress.org/trunk@56462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-16 22:14:24 -04:00
{
2024-07-31 10:05:16 -04:00
"$schema" : "https://schemas.wp.org/wp/6.5/theme.json" ,
Twenty Twenty-Four: Bugfixes for 6.4 RC1.
Resyncing changes for TT4 into Core.
Changes include:
* Reformatted all the patterns for readability.
* Bugfixes in the markup and improvements on the string translation functions.
* Renaming of some patterns, making them consistent with the content they show and whether they are simple patterns, full-page patterns or patterns meant to replace templates.
Follow-up to [56813], [56764], [56716].
Props richtabor, onemaggie, luminuu, shailu25, dunhakdis, shivashankerbhatta, dajeema, enodekciw, kafleg, viralsampat, glendaviesnz, beafialho, webmandesign, huzaifaalmesbah, gregfuller, benharri.
Fixes #59640.
Built from https://develop.svn.wordpress.org/trunk@56951
git-svn-id: http://core.svn.wordpress.org/trunk@56462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-16 22:14:24 -04:00
"version" : 2 ,
"title" : "Ember" ,
"settings" : {
"color" : {
"duotone" : [
{
"colors" : [
2024-02-16 08:15:07 -05:00
"#D73301" ,
"#F9F8F5"
Twenty Twenty-Four: Bugfixes for 6.4 RC1.
Resyncing changes for TT4 into Core.
Changes include:
* Reformatted all the patterns for readability.
* Bugfixes in the markup and improvements on the string translation functions.
* Renaming of some patterns, making them consistent with the content they show and whether they are simple patterns, full-page patterns or patterns meant to replace templates.
Follow-up to [56813], [56764], [56716].
Props richtabor, onemaggie, luminuu, shailu25, dunhakdis, shivashankerbhatta, dajeema, enodekciw, kafleg, viralsampat, glendaviesnz, beafialho, webmandesign, huzaifaalmesbah, gregfuller, benharri.
Fixes #59640.
Built from https://develop.svn.wordpress.org/trunk@56951
git-svn-id: http://core.svn.wordpress.org/trunk@56462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-16 22:14:24 -04:00
] ,
"slug" : "duotone-2" ,
"name" : "Orange and white"
}
] ,
"gradients" : [
{
"slug" : "gradient-1" ,
"gradient" : "linear-gradient(to bottom, #f6decd 0%, #dbab88 100%)" ,
"name" : "Vertical linen to beige"
} ,
{
"slug" : "gradient-2" ,
"gradient" : "linear-gradient(to bottom, #A4A4A4 0%, #dbab88 100%)" ,
"name" : "Vertical taupe to beige"
} ,
{
"slug" : "gradient-3" ,
"gradient" : "linear-gradient(to bottom, #353535 0%, #dbab88 100%)" ,
"name" : "Vertical sable to beige"
} ,
{
"slug" : "gradient-4" ,
"gradient" : "linear-gradient(to bottom, #111111 0%, #dbab88 100%)" ,
"name" : "Vertical ebony to beige"
} ,
{
"slug" : "gradient-5" ,
"gradient" : "linear-gradient(to bottom, #353535 0%, #A4A4A4 100%)" ,
"name" : "Vertical sable to beige"
} ,
{
"slug" : "gradient-6" ,
"gradient" : "linear-gradient(to bottom, #111111 0%, #353535 100%)" ,
"name" : "Vertical ebony to sable"
} ,
{
"slug" : "gradient-7" ,
"gradient" : "linear-gradient(to bottom, #dbab88 50%, #f6decd 50%)" ,
"name" : "Vertical hard beige to linen"
} ,
{
"slug" : "gradient-8" ,
"gradient" : "linear-gradient(to bottom, #A4A4A4 50%, #dbab88 50%)" ,
"name" : "Vertical hard taupe to beige"
} ,
{
"slug" : "gradient-9" ,
"gradient" : "linear-gradient(to bottom, #353535 50%, #dbab88 50%)" ,
"name" : "Vertical hard sable to beige"
} ,
{
"slug" : "gradient-10" ,
"gradient" : "linear-gradient(to bottom, #111111 50%, #dbab88 50%)" ,
"name" : "Vertical hard ebony to beige"
} ,
{
"slug" : "gradient-11" ,
"gradient" : "linear-gradient(to bottom, #353535 50%, #A4A4A4 50%)" ,
"name" : "Vertical hard sable to taupe"
} ,
{
"slug" : "gradient-12" ,
"gradient" : "linear-gradient(to bottom, #111111 50%, #353535 50%)" ,
"name" : "Vertical hard ebony to sable"
}
] ,
"palette" : [
{
2024-02-16 08:15:07 -05:00
"color" : "#F9F8F5" ,
Twenty Twenty-Four: Bugfixes for 6.4 RC1.
Resyncing changes for TT4 into Core.
Changes include:
* Reformatted all the patterns for readability.
* Bugfixes in the markup and improvements on the string translation functions.
* Renaming of some patterns, making them consistent with the content they show and whether they are simple patterns, full-page patterns or patterns meant to replace templates.
Follow-up to [56813], [56764], [56716].
Props richtabor, onemaggie, luminuu, shailu25, dunhakdis, shivashankerbhatta, dajeema, enodekciw, kafleg, viralsampat, glendaviesnz, beafialho, webmandesign, huzaifaalmesbah, gregfuller, benharri.
Fixes #59640.
Built from https://develop.svn.wordpress.org/trunk@56951
git-svn-id: http://core.svn.wordpress.org/trunk@56462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-16 22:14:24 -04:00
"name" : "Base" ,
"slug" : "base"
} ,
{
2024-02-16 08:15:07 -05:00
"color" : "#D73301" ,
Twenty Twenty-Four: Bugfixes for 6.4 RC1.
Resyncing changes for TT4 into Core.
Changes include:
* Reformatted all the patterns for readability.
* Bugfixes in the markup and improvements on the string translation functions.
* Renaming of some patterns, making them consistent with the content they show and whether they are simple patterns, full-page patterns or patterns meant to replace templates.
Follow-up to [56813], [56764], [56716].
Props richtabor, onemaggie, luminuu, shailu25, dunhakdis, shivashankerbhatta, dajeema, enodekciw, kafleg, viralsampat, glendaviesnz, beafialho, webmandesign, huzaifaalmesbah, gregfuller, benharri.
Fixes #59640.
Built from https://develop.svn.wordpress.org/trunk@56951
git-svn-id: http://core.svn.wordpress.org/trunk@56462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-16 22:14:24 -04:00
"name" : "Contrast / 2" ,
"slug" : "contrast-2"
} ,
{
"color" : "#000" ,
"name" : "Contrast" ,
"slug" : "contrast"
} ,
{
"color" : "#f6decd" ,
"name" : "Base / Two" ,
"slug" : "base-2"
}
]
} ,
"typography" : {
"fontFamilies" : [
{
"fontFace" : [
{
"fontFamily" : "Instrument Sans" ,
"fontStyle" : "normal" ,
"fontWeight" : "400 700" ,
"src" : [
"file:./assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2"
]
} ,
{
"fontFamily" : "Instrument Sans" ,
"fontStyle" : "italic" ,
"fontWeight" : "400 700" ,
"src" : [
"file:./assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2"
]
}
] ,
"fontFamily" : "\"Instrument Sans\", sans-serif" ,
"name" : "Instrument Sans" ,
"slug" : "body"
} ,
{
"fontFace" : [
{
"fontFamily" : "Jost" ,
"fontStyle" : "normal" ,
"fontWeight" : "100 900" ,
"src" : [ "file:./assets/fonts/jost/Jost-VariableFont_wght.woff2" ]
} ,
{
"fontFamily" : "Jost" ,
"fontStyle" : "italic" ,
"fontWeight" : "100 900" ,
"src" : [
"file:./assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2"
]
}
] ,
"fontFamily" : "\"Jost\", sans-serif" ,
"name" : "Jost" ,
"slug" : "heading"
} ,
{
"fontFamily" : "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif" ,
"name" : "System Sans-serif" ,
"slug" : "system-sans-serif"
} ,
{
"fontFamily" : "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol" ,
"name" : "System Serif" ,
"slug" : "system-serif"
}
]
}
} ,
"styles" : {
"blocks" : {
"core/button" : {
"variations" : {
"outline" : {
"spacing" : {
"padding" : {
"bottom" : "calc(0.9rem - 2px)" ,
"left" : "calc(2rem - 2px)" ,
"right" : "calc(2rem - 2px)" ,
"top" : "calc(0.9rem - 2px)"
}
} ,
"border" : {
"width" : "2px"
}
}
}
} ,
"core/image" : {
"filter" : {
"duotone" : "var(--wp--preset--duotone--duotone-2)"
}
} ,
"core/pullquote" : {
"typography" : {
"fontSize" : "var(--wp--preset--font-size--large)" ,
"fontStyle" : "normal" ,
"fontWeight" : "normal" ,
"lineHeight" : "1.2"
}
} ,
"core/quote" : {
"typography" : {
"fontFamily" : "var(--wp--preset--font-family--heading)" ,
"fontSize" : "var(--wp--preset--font-size--large)" ,
"fontStyle" : "normal"
} ,
"variations" : {
"plain" : {
"typography" : {
"fontStyle" : "normal" ,
"fontWeight" : "400"
}
}
}
} ,
"core/site-title" : {
"typography" : {
"fontWeight" : "400"
}
} ,
"core/navigation" : {
"typography" : {
"fontWeight" : "400"
}
}
} ,
"elements" : {
"button" : {
"border" : {
"radius" : "100px"
} ,
"color" : {
"background" : "var(--wp--preset--color--contrast-2)" ,
"text" : "var(--wp--preset--color--base)"
} ,
"spacing" : {
"padding" : {
"bottom" : "0.9rem" ,
"left" : "2rem" ,
"right" : "2rem" ,
"top" : "0.9rem"
}
} ,
"typography" : {
"fontFamily" : "var(--wp--preset--font-family--heading)" ,
"fontSize" : "var(--wp--preset--font-size--small)" ,
"fontStyle" : "normal"
} ,
":hover" : {
"color" : {
"background" : "var(--wp--preset--color--contrast)"
}
}
}
}
}
}