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 19:58:16 -04:00
|
|
|
{
|
2024-11-22 08:50:18 -05:00
|
|
|
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
|
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 19:58:16 -04:00
|
|
|
"version": 3,
|
|
|
|
"title": "Evening",
|
|
|
|
"settings": {
|
|
|
|
"color": {
|
|
|
|
"palette": [
|
|
|
|
{
|
|
|
|
"color": "#1B1B1B",
|
|
|
|
"name": "Base",
|
|
|
|
"slug": "base"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"color": "#F0F0F0",
|
|
|
|
"name": "Contrast",
|
|
|
|
"slug": "contrast"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"color": "#786D0A",
|
|
|
|
"name": "Accent 1",
|
|
|
|
"slug": "accent-1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"color": "#442369",
|
|
|
|
"name": "Accent 2",
|
|
|
|
"slug": "accent-2"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"color": "#D1D0EA",
|
|
|
|
"name": "Accent 3",
|
|
|
|
"slug": "accent-3"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"color": "#CBCBCB",
|
|
|
|
"name": "Accent 4",
|
|
|
|
"slug": "accent-4"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"color": "#353535",
|
|
|
|
"name": "Accent 5",
|
|
|
|
"slug": "accent-5"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"color": "#FFFFFF33",
|
|
|
|
"name": "Accent 6",
|
|
|
|
"slug": "accent-6"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"styles": {
|
|
|
|
"color": {
|
|
|
|
"text": "var:preset|color|accent-4"
|
|
|
|
},
|
|
|
|
"blocks": {
|
|
|
|
"core/button": {
|
|
|
|
"variations": {
|
|
|
|
"outline": {
|
|
|
|
"spacing": {
|
|
|
|
"padding": {
|
|
|
|
"bottom": "0.6rem",
|
|
|
|
"left": "1.6rem",
|
|
|
|
"right": "1.6rem",
|
|
|
|
"top": "0.6rem"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"elements": {
|
|
|
|
"button": {
|
|
|
|
"color": {
|
|
|
|
"background": "var:preset|color|contrast",
|
|
|
|
"text": "var:preset|color|base"
|
|
|
|
},
|
|
|
|
":hover": {
|
|
|
|
"color": {
|
|
|
|
"background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent)",
|
|
|
|
"text": "var:preset|color|base"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"spacing": {
|
|
|
|
"padding": {
|
|
|
|
"bottom": "0.6rem",
|
|
|
|
"left": "1.6rem",
|
|
|
|
"right": "1.6rem",
|
|
|
|
"top": "0.6rem"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"variations": {
|
|
|
|
"section-2": {
|
|
|
|
"elements": {
|
|
|
|
"button": {
|
|
|
|
"color": {
|
|
|
|
"background": "var:preset|color|base",
|
|
|
|
"text": "var:preset|color|contrast"
|
|
|
|
},
|
|
|
|
":hover": {
|
|
|
|
"color": {
|
|
|
|
"background": "color-mix(in srgb, var(--wp--preset--color--base) 85%, transparent)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"section-4": {
|
|
|
|
"elements": {
|
|
|
|
"button": {
|
|
|
|
"color": {
|
|
|
|
"background": "var:preset|color|accent-2",
|
|
|
|
"text": "var:preset|color|contrast"
|
|
|
|
},
|
|
|
|
":hover": {
|
|
|
|
"color": {
|
|
|
|
"background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|