WordPress/wp-content/themes/twentytwentythree/styles/aubergine.json
audrasjb 9798608a6a Twenty Twenty-Three: Fix incorrect gradient values in Aubergine theme.
This changeset removes two unwanted semicolons from the gradients declaration in `aubergine.json`, fixing two gradients that were showing a checkerboard pattern instead of the gradient, and a console error for each of them.

Props wildworks, sabernhardt.
Fixes #57245.

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


git-svn-id: http://core.svn.wordpress.org/trunk@54574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-01-09 23:45:12 +00:00

293 lines
5.9 KiB
JSON

{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"title": "Aubergine",
"settings": {
"color": {
"gradients": [
{
"gradient": "linear-gradient(180deg, var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--base) 100%)",
"name": "Secondary to Base",
"slug": "secondary-base"
},
{
"gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0 min(24rem, 10%), var(--wp--preset--color--secondary) 0% 30%, var(--wp--preset--color--base) 100%)",
"name": "Base to Secondary to Base",
"slug": "base-secondary-base"
},
{
"gradient": "linear-gradient(90deg, var(--wp--preset--color--tertiary) 5.74%, var(--wp--preset--color--primary) 100%)",
"name": "Tertiary to Primary",
"slug": "tertiary-primary"
},
{
"gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 5.74%, var(--wp--preset--color--tertiary) 100%)",
"name": "Primary to Tertiary",
"slug": "primary-tertiary"
}
],
"palette": [
{
"color": "#1B1031",
"name": "Base",
"slug": "base"
},
{
"color": "#FFFFFF",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#FF746D",
"name": "Primary",
"slug": "primary"
},
{
"color": "#551C5E",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#FB326B",
"name": "Tertiary",
"slug": "tertiary"
}
]
},
"typography": {
"fontSizes": [
{
"fluid": {
"min": "0.875rem",
"max": "1rem"
},
"size": "1rem",
"slug": "small"
},
{
"fluid": {
"min": "1rem",
"max": "1.125rem"
},
"size": "1.125rem",
"slug": "medium"
},
{
"size": "1.75rem",
"slug": "large",
"fluid": false
},
{
"size": "3.25rem",
"slug": "x-large",
"fluid": false
},
{
"size": "10rem",
"slug": "xx-large",
"fluid": {
"min": "4rem",
"max": "20rem"
}
}
]
}
},
"styles": {
"blocks": {
"core/comment-reply-link": {
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"fontStyle": "italic"
}
}
}
},
"core/group": {
"border": {
"color": "var(--wp--preset--color--primary)"
}
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/post-author": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"fontStyle": "italic"
}
},
"core/post-content": {
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
}
},
"core/post-date": {
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"letterSpacing": "0.09rem",
"textTransform": "uppercase"
}
}
}
},
"core/post-terms": {
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"fontStyle": "italic"
}
}
}
},
"core/post-title": {
"elements": {
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
}
}
},
"typography": {
"fontSize": "clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 3.25rem)"
}
},
"core/query": {
"elements": {
"h3": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontWeight": "700"
}
},
"link": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
}
},
"core/separator": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"core/site-title": {
"border": {
"color": "var(--wp--preset--color--primary)",
"style": "solid",
"width": "0 0 2px 0"
},
"elements": {
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
":focus": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"textDecoration": "none"
}
},
":hover": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"textDecoration": "none"
}
}
}
},
"typography": {
"letterSpacing": "0.09rem",
"textTransform": "uppercase"
}
}
},
"color": {
"gradient": "var(--wp--preset--gradient--base-secondary-base) no-repeat"
},
"elements": {
"button": {
"border": {
"radius": "99999px"
},
"color": {
"gradient": "var(--wp--preset--gradient--tertiary-primary)",
"text": "var(--wp--preset--color--base)"
},
":hover": {
"color": {
"background": "var(--wp--preset--color--primary)",
"gradient": "none",
"text": "var(--wp--preset--color--secondary)"
}
},
":focus": {
"color": {
"background": "var(--wp--preset--color--primary)",
"gradient": "none",
"text": "var(--wp--preset--color--secondary)"
}
},
":active": {
"color": {
"background": "var(--wp--preset--color--primary)",
"gradient": "none",
"text": "var(--wp--preset--color--secondary)"
}
},
":visited": {
"color": {
"text": "var(--wp--preset--color--base)"
}
}
},
"heading": {
"typography": {
"letterSpacing": "-0.019rem"
}
},
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)"
}
}
}