WordPress/wp-content/themes/twentytwentyfive/styles/04-afternoon.json
Peter Wilson 6c1b7e5db8 Bundled Themes: Initial import of the Twenty Twenty-Five default theme.
It's a new dawn, it's a new day.
It's a new default theme for 2025.
And I'm feeling good.

Props poena, karmatosed, onemaggie, juanfra, garethelwell, joen, beafialho, richtabor, noruzzaman, shailu25, kishanjasani, up1512001, ajlende, huzaifaalmesbah, kafleg, dballari, lastsplash, jennifarhat, amjadr360, rejaulalomkhan, oncecoupled, devmuhib, tanvirul, arkenon, elfu98, erichmond, kardi420, ktaron, melchoyce, maneshtimilsina, jorbin, ritterml, eherman24, vcanales, ikamal, bobbyleenoblestudios, germanfrelo, kraftbj, mcrisp1972, peterwilsoncc, luminuu, eliorivero, jeherve, fac3less, alexandrebuffet.
Fixes #62103.

Built from https://develop.svn.wordpress.org/trunk@59146


git-svn-id: http://core.svn.wordpress.org/trunk@58542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-09-30 23:58:16 +00:00

237 lines
4.4 KiB
JSON

{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"title": "Afternoon",
"settings": {
"color": {
"palette": [
{
"color": "#DAE7BD",
"name": "Base",
"slug": "base"
},
{
"color": "#516028",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#C7F642",
"name": "Accent 1",
"slug": "accent-1"
},
{
"color": "#EBF6D3",
"name": "Accent 2",
"slug": "accent-2"
},
{
"color": "#303D10",
"name": "Accent 3",
"slug": "accent-3"
},
{
"color": "#516028",
"name": "Accent 4",
"slug": "accent-4"
},
{
"color": "#EBF6D3",
"name": "Accent 5",
"slug": "accent-5"
},
{
"color": "#51602833",
"name": "Accent 6",
"slug": "accent-6"
}
]
},
"typography": {
"fontSizes": [
{
"fluid": false,
"name": "Small",
"size": "0.875rem",
"slug": "small"
},
{
"fluid": {
"max": "1.125rem",
"min": "1rem"
},
"name": "Medium",
"size": "1rem",
"slug": "medium"
},
{
"fluid": {
"max": "1.375rem",
"min": "1.125rem"
},
"name": "Large",
"size": "1.38rem",
"slug": "large"
},
{
"fluid": {
"max": "2rem",
"min": "1.75rem"
},
"name": "Extra Large",
"size": "1.75rem",
"slug": "x-large"
},
{
"fluid": {
"max": "3.625rem",
"min": "2.625rem"
},
"name": "Extra Extra Large",
"size": "2.625rem",
"slug": "xx-large"
}
]
}
},
"styles": {
"typography": {
"fontFamily": "var:preset|font-family|ysabeau-office",
"fontStyle": "normal",
"fontWeight": "400",
"letterSpacing": "-0.22px",
"lineHeight": "1.6"
},
"blocks": {
"core/button": {
"border": {
"radius": "0px"
},
"spacing": {
"padding": {
"bottom": "1rem",
"left": "1.6rem",
"right": "1.6rem",
"top": "1rem"
}
},
"variations": {
"outline": {
"spacing": {
"padding": {
"bottom": "1rem",
"left": "1.6rem",
"right": "1.6rem",
"top": "1rem"
}
}
}
}
},
"core/code": {
"typography": {
"fontSize": "var:preset|font-size|medium",
"fontStyle": "normal",
"fontWeight": "300",
"letterSpacing": "0px"
}
},
"core/list": {
"typography": {
"lineHeight": "1.3"
}
},
"core/loginout": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
},
"core/post-author": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
},
"core/post-author-biography": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
},
"core/post-author-name": {
"typography": {
"fontSize": "var:preset|font-size|medium"
}
},
"core/post-terms": {
"typography": {
"fontStyle": "normal",
"fontWeight": "400"
}
},
"core/post-title": {
"typography": {
"fontStyle": "normal",
"fontWeight": "500",
"letterSpacing": "-0.8px"
}
},
"core/pullquote": {
"typography": {
"fontFamily": "var:preset|font-family|platypi",
"letterSpacing": "-0.01em",
"lineHeight": "1.1"
}
},
"core/quote": {
"typography": {
"fontStyle": "normal",
"fontWeight": "300"
}
},
"core/site-title": {
"typography": {
"fontFamily": "var:preset|font-family|ysabeau-office",
"fontSize": "var:preset|font-size|medium",
"letterSpacing": "1.44px",
"textTransform": "uppercase"
}
}
},
"elements": {
"button": {
"typography": {
"fontFamily": "var:preset|font-family|ysabeau-office",
"fontWeight": "600",
"letterSpacing": "1.44px",
"textTransform": "uppercase"
}
},
"heading": {
"typography": {
"fontFamily": "var:preset|font-family|platypi"
}
}
},
"variations": {
"section-2": {
"color": {
"background": "var:preset|color|accent-3",
"text": "var:preset|color|accent-1"
},
"elements": {
"button": {
"color": {
"background": "var:preset|color|accent-1",
"text": "var:preset|color|accent-3"
},
":hover": {
"color": {
"background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)"
}
}
}
}
}
}
}
}