mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-08 11:50:03 +01:00
ea9d0c8dce
This update includes the following changes: * [https://github.com/WordPress/twentytwentyfour/pull/723 Remove custom CSS for links]. * [https://github.com/WordPress/twentytwentyfour/pull/718 Fix the link to the theme's docs]. * [https://github.com/WordPress/twentytwentyfour/pull/719 Separate outline css to its own function] - which introduces `twentytwentyfour_block_stylesheets()` for enqueuing custom block stylesheets. * [https://github.com/WordPress/twentytwentyfour/pull/720 Fix height of newsletter landing pattern]. * [https://github.com/WordPress/twentytwentyfour/pull/722/ Resolve border colors in variations]. Follow up to [57036], [56999], [56951], [56813], [56764], [56716]. Props onemaggie, richtabor, luminuu, huzaifaalmesbah, sabernhardt, poena, rajinsharwar. Fixes #59812. Built from https://develop.svn.wordpress.org/trunk@57067 git-svn-id: http://core.svn.wordpress.org/trunk@56578 1a063a9b-81f0-0310-95a4-ce76da25c4cd
166 lines
3.6 KiB
JSON
166 lines
3.6 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"version": 2,
|
|
"title": "Onyx",
|
|
"settings": {
|
|
"color": {
|
|
"duotone": [
|
|
{
|
|
"colors": [
|
|
"#272727",
|
|
"#f9f9f9"
|
|
],
|
|
"slug": "duotone-1",
|
|
"name": "Dark gray and white"
|
|
},
|
|
{
|
|
"colors": [
|
|
"#272727",
|
|
"#5F584F"
|
|
],
|
|
"slug": "duotone-2",
|
|
"name": "Dark gray and walnut"
|
|
},
|
|
{
|
|
"colors": [
|
|
"#272727",
|
|
"#973C20"
|
|
],
|
|
"slug": "duotone-3",
|
|
"name": "Dark gray and cinnamon"
|
|
},
|
|
{
|
|
"colors": [
|
|
"#272727",
|
|
"#4D5B48"
|
|
],
|
|
"slug": "duotone-4",
|
|
"name": "Dark gray and olive"
|
|
},
|
|
{
|
|
"colors": [
|
|
"#272727",
|
|
"#4F5959"
|
|
],
|
|
"slug": "duotone-5",
|
|
"name": "Dark gray and steel"
|
|
}
|
|
],
|
|
"gradients": [
|
|
{
|
|
"slug": "gradient-1",
|
|
"gradient": "linear-gradient(to bottom, #5F584F 0%, #272727 100%)",
|
|
"name": "Vertical soft driftwood to dark gray"
|
|
},
|
|
{
|
|
"slug": "gradient-2",
|
|
"gradient": "linear-gradient(to bottom, #6D533C 0%, #272727 100%)",
|
|
"name": "Vertical soft walnut to dark gray"
|
|
},
|
|
{
|
|
"slug": "gradient-3",
|
|
"gradient": "linear-gradient(to bottom, #973C20 0%, #272727 100%)",
|
|
"name": "Vertical soft cinnamon to dark gray"
|
|
},
|
|
{
|
|
"slug": "gradient-4",
|
|
"gradient": "linear-gradient(to bottom, #4D5B48 0%, #272727 100%)",
|
|
"name": "Vertical soft olive to dark gray"
|
|
},
|
|
{
|
|
"slug": "gradient-5",
|
|
"gradient": "linear-gradient(to bottom, #4F5959 0%, #272727 100%)",
|
|
"name": "Vertical soft steel to dark gray"
|
|
},
|
|
{
|
|
"slug": "gradient-6",
|
|
"gradient": "linear-gradient(to bottom, #909090 0%, #272727 100%)",
|
|
"name": "Vertical soft pewter to dark gray"
|
|
},
|
|
{
|
|
"slug": "gradient-7",
|
|
"gradient": "linear-gradient(to bottom, #5F584F 50%, #272727 50%)",
|
|
"name": "Vertical hard beige to dark gray"
|
|
},
|
|
{
|
|
"slug": "gradient-8",
|
|
"gradient": "linear-gradient(to bottom, #6D533C 50%, #272727 50%)",
|
|
"name": "Vertical hard walnut to dark gray"
|
|
},
|
|
{
|
|
"slug": "gradient-9",
|
|
"gradient": "linear-gradient(to bottom, #973C20 50%, #272727 50%)",
|
|
"name": "Vertical hard cinnamon to dark gray"
|
|
},
|
|
{
|
|
"slug": "gradient-10",
|
|
"gradient": "linear-gradient(to bottom, #4D5B48 50%, #272727 50%)",
|
|
"name": "Vertical hard olive to dark gray"
|
|
},
|
|
{
|
|
"slug": "gradient-11",
|
|
"gradient": "linear-gradient(to bottom, #4F5959 50%, #272727 50%)",
|
|
"name": "Vertical hard steel to dark gray"
|
|
},
|
|
{
|
|
"slug": "gradient-12",
|
|
"gradient": "linear-gradient(to bottom, #A4A4A4 50%, #272727 50%)",
|
|
"name": "Vertical hard pewter to dark gray"
|
|
}
|
|
],
|
|
"palette": [
|
|
{
|
|
"color": "#272727",
|
|
"name": "Base",
|
|
"slug": "base"
|
|
},
|
|
{
|
|
"color": "#303030",
|
|
"name": "Base / Two",
|
|
"slug": "base-2"
|
|
},
|
|
{
|
|
"color": "#f9f9f9",
|
|
"name": "Contrast",
|
|
"slug": "contrast"
|
|
},
|
|
{
|
|
"color": "#B7B7B7",
|
|
"name": "Contrast / Two",
|
|
"slug": "contrast-2"
|
|
},
|
|
{
|
|
"color": "#909090",
|
|
"name": "Contrast / Three",
|
|
"slug": "contrast-3"
|
|
},
|
|
{
|
|
"color": "#5F584F",
|
|
"name": "Accent",
|
|
"slug": "accent"
|
|
},
|
|
{
|
|
"color": "#6D533C",
|
|
"name": "Accent / Two",
|
|
"slug": "accent-2"
|
|
},
|
|
{
|
|
"color": "#973C20",
|
|
"name": "Accent / Three",
|
|
"slug": "accent-3"
|
|
},
|
|
{
|
|
"color": "#4D5B48",
|
|
"name": "Accent / Four",
|
|
"slug": "accent-4"
|
|
},
|
|
{
|
|
"color": "#4F5959",
|
|
"name": "Accent / Five",
|
|
"slug": "accent-5"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|