WordPress/wp-content/themes/twentytwentythree/styles/pitch.json
desrosj add7561ddc Bundled Themes: Import Twenty Twenty-Three, the new default theme for WordPress 6.1.
Twenty Twenty-Three is a stripped-back, minimal version of Twenty Twenty-Two that includes a collection of 10 distinct style variations designed and submitted by members of the WordPress community.

This unique approach to creating a default theme harnesses all of the flexibility that full site editing has to offer.

Everybody loves you when you’re twenty-three. What’s my age again?

Props amjadr360, anariel-design, audrasjb, beafialho, bgardner, colorful-tones, critterverse, daisyo, desrosj, dianeco, greenshady, joen, jffng, kafleg, kishanjasani, kraftbj, luminuu, madhudollu, mikachan, mtias, onemaggie, pbking , poena, richtabor, scruffian, soean, tanvirul, thelovekesh.
See #56383.
Built from https://develop.svn.wordpress.org/trunk@54235


git-svn-id: http://core.svn.wordpress.org/trunk@53794 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-09-20 01:22:10 +00:00

226 lines
4.2 KiB
JSON

{
"title": "Pitch",
"settings": {
"color": {
"palette": [
{
"color": "#202124",
"name": "Base",
"slug": "base"
},
{
"color": "#e8eaed",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#e3cbc0",
"name": "Primary",
"slug": "primary"
},
{
"color": "#876C3A",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#303134",
"name": "Tertiary",
"slug": "tertiary"
}
]
},
"layout": {
"contentSize": "min(640px, 90vw)",
"wideSize": "90vw"
},
"spacing": {
"spacingScale": {
"steps": 7
},
"spacingSizes": [
{
"size": "calc(8px + 1.5625vw)",
"slug": "20",
"name": "Tiny"
},
{
"size": "calc(12px + 1.5625vw)",
"slug": "30",
"name": "Small"
},
{
"size": "calc(16px + 1.5625vw)",
"slug": "40",
"name": "Medium"
},
{
"size": "calc(20px + 1.5625vw)",
"slug": "50",
"name": "Large"
},
{
"size": "calc(24px + 1.5625vw)",
"slug": "60",
"name": "Extra Large"
},
{
"size": "calc(28px + 1.5625vw)",
"slug": "70",
"name": "2X Large"
},
{
"size": "calc(32px + 1.5625vw)",
"slug": "80",
"name": "3X Large"
}
]
},
"typography": {
"fontSizes": [
{
"size": "0.85rem",
"fluid": {
"min": "0.85rem",
"max": "1rem"
},
"slug": "small",
"name": "small"
},
{
"size": "1.1rem",
"fluid": {
"min": "1.1rem",
"max": "1.4rem"
},
"slug": "medium",
"name": "Medium"
},
{
"size": "1.999rem",
"fluid": {
"min": "1.999rem",
"max": "2.827rem"
},
"slug": "large",
"name": "Large"
},
{
"size": "2.827rem",
"fluid": {
"min": "2.827rem",
"max": "3.998rem"
},
"slug": "x-large",
"name": "Extra Large"
},
{
"size": "3.2rem",
"fluid": {
"min": "3.2rem",
"max": "5.653rem"
},
"slug": "xx-large",
"name": "2X Large"
}
]
}
},
"styles": {
"blocks": {
"core/separator": {
"border": {
"color":"var(--wp--preset--color--tertiary)",
"width": "2px"
}
},
"core/site-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontStyle": "normal",
"fontWeight": "600"
}
}
},
"elements": {
"button": {
"border": {
"radius": "0"
},
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--base)"
},
"spacing": {
"padding": {
"top": "min(1.25rem, 3vw)",
"right": "min(2.25rem, 5vw)",
"bottom": "min(1.25rem, 3vw)",
"left": "min(2.25rem, 5vw)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontWeight": "600",
"textTransform": "uppercase",
"letterSpacing": "0.01em"
},
":hover": {
"color": {
"background": "var(--wp--preset--color--contrast)",
"text": "var(--wp--preset--color--primary)"
}
},
":focus": {
"color": {
"background": "var(--wp--preset--color--contrast)",
"text": "var(--wp--preset--color--primary)"
}
},
":active": {
"color": {
"background": "var(--wp--preset--color--contrast)",
"text": "var(--wp--preset--color--primary)"
}
}
},
"h1": {
"typography": {
"fontSize": "var(--wp--preset--font-size--xx-large)",
"lineHeight": "1.1"
}
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)",
"lineHeight": "1.1"
}
},
"h3": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)"
}
},
"heading": {
"typography": {
"fontWeight": "500"
}
}
},
"spacing": {
"blockGap": "var(--wp--preset--spacing--40)",
"padding": {
"right": "var(--wp--preset--spacing--70)",
"left": "var(--wp--preset--spacing--70)"
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter)",
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.7"
}
},
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}