WordPress/wp-content/themes/twentytwentythree/styles/pilgrimage.json
desrosj 1ea4bd7f5e Twenty Twenty-Three: Bug fixes and improvements for beta 3.
This brings over the latest bug fixes and improvements ahead of WordPress 6.1 beta 3.

For a full list of changes being included, see the `twentytwentythree` repository on GitHub: ac96e8d545...ca662828b7.

Props mikachan, poena, madhudollu, beafialho, colorful-tones, scruffian, tahmidulkarim, joen, taskotr, zoonini, mayuge, ndiego, collet.
See #56383.
Built from https://develop.svn.wordpress.org/trunk@54372


git-svn-id: http://core.svn.wordpress.org/trunk@53931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-10-04 01:12:13 +00:00

297 lines
5.5 KiB
JSON

{
"title": "Pilgrimage",
"settings": {
"color": {
"duotone": [
{
"colors": [
"#222828",
"#9EF9FD"
],
"slug": "default-filter",
"name": "Default filter"
}
],
"gradients": [
{
"gradient": "linear-gradient(180deg, var(--wp--preset--color--primary) 0%,var(--wp--preset--color--secondary) 100%)",
"name": "Primary to Secondary",
"slug": "primary-secondary"
},
{
"gradient": "linear-gradient(180deg, var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--primary) 100%)",
"name": "Secondary to Primary",
"slug": "secondary-primary"
},
{
"gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0%,var(--wp--preset--color--primary) 350%)",
"name": "Base to Primary",
"slug": "base-primary"
}
],
"palette": [
{
"color": "#222828",
"name": "Base",
"slug": "base"
},
{
"color": "#ffffff",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#53ED85",
"name": "Primary",
"slug": "primary"
},
{
"color": "#9EF9FD",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#D8E202",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"styles": {
"blocks": {
"core/comment-author-name": {
"elements": {
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
}
}
},
"core/comment-date": {
"elements": {
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"textDecoration": "underline"
}
}
}
}
},
"core/comment-edit-link": {
"elements": {
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
}
}
},
"core/comments-pagination": {
"elements": {
"link": {
"typography": {
"textDecoration": "underline"
}
}
}
},
"core/image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/navigation": {
"elements": {
"link": {
":active": {
"typography": {
"textDecoration": "underline dashed"
}
},
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"textDecoration": "underline"
}
}
}
},
"core/paragraph": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"elements": {
"link": {
":hover": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
}
},
"core/post-content": {
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
}
},
"core/post-date": {
"elements": {
"link": {
"typography": {
"textDecoration": "none",
"fontStyle": "italic"
}
}
}
},
"core/post-title": {
"elements": {
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
},
"typography": {
"textDecoration": "underline"
}
},
"typography": {
"textDecoration": "underline"
}
}
}
},
"core/query-pagination": {
"elements": {
"link": {
"typography": {
"textDecoration": "underline"
}
}
}
},
"core/separator": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"core/site-title": {
"elements": {
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
}
},
"typography": {
"fontStyle": "italic",
"fontWeight": "700"
}
}
},
"color": {
"gradient": "var(--wp--preset--gradient--base-primary)"
},
"elements": {
"button": {
":active": {
"color": {
"background": "var(--wp--preset--color--secondary)",
"gradient": "none"
}
},
":focus": {
"color": {
"gradient": "var(--wp--preset--gradient--secondary-primary)"
}
},
":hover": {
"color": {
"gradient": "var(--wp--preset--gradient--secondary-primary)"
}
},
"border": {
"radius": "5px"
},
"color": {
"gradient": "var(--wp--preset--gradient--primary-secondary)",
"text": "var(--wp--preset--color--base)"
}
},
"h1": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
},
"h2": {
"color": {
"text": "var(--wp--preset--color--contrast)"
}
},
"h3": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"h4": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"h5": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"h6": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"heading": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
"link": {
":active": {
"color": {
"text": "var(--wp--preset--color--primary)"
}
},
":hover": {
"color": {
"text":"var(--wp--preset--color--primary)"
}
},
"color": {
"text": "var(--wp--preset--color--primary)"
}
}
}
},
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}