diff --git a/readme.txt b/readme.txt
index f4cd098..4781fd6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -2,7 +2,8 @@
Contributors: wordpressdotorg
Requires at least: 6.1
Tested up to: 6.1
-Requires PHP: 5.7
+Requires PHP: 5.6
+Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -23,7 +24,7 @@ https://wordpress.org/support/article/twenty-twenty-three-changelog#Version_1.0
== Copyright ==
-Twenty Twenty-Three WordPress Theme, (C) 2022 wordpressdotorg
+Twenty Twenty-Three WordPress Theme, (C) 2022-2023 WordPress.org
Twenty Twenty-Three is distributed under the terms of the GNU GPL.
This program is free software: you can redistribute it and/or modify
diff --git a/style.css b/style.css
index b485bd0..f3f029e 100644
--- a/style.css
+++ b/style.css
@@ -11,5 +11,5 @@ Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
-Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
+Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, accessibility-ready
*/
diff --git a/styles/aubergine.json b/styles/aubergine.json
index eb45433..306efef 100644
--- a/styles/aubergine.json
+++ b/styles/aubergine.json
@@ -1,4 +1,6 @@
{
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
+ "version": 2,
"title": "Aubergine",
"settings": {
"color": {
@@ -158,6 +160,15 @@
}
},
"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)"
}
@@ -180,6 +191,13 @@
}
}
},
+ "core/query-pagination": {
+ "border": {
+ "top": {
+ "color": "var(--wp--preset--color--primary)"
+ }
+ }
+ },
"core/separator": {
"color": {
"text": "var(--wp--preset--color--primary)"
@@ -236,20 +254,23 @@
},
":hover": {
"color": {
- "gradient": "var(--wp--preset--gradient--primary-tertiary)",
- "text": "var(--wp--preset--color--contrast)"
+ "background": "var(--wp--preset--color--primary)",
+ "gradient": "none",
+ "text": "var(--wp--preset--color--secondary)"
}
},
":focus": {
"color": {
- "gradient": "var(--wp--preset--gradient--primary-tertiary)",
- "text": "var(--wp--preset--color--contrast)"
+ "background": "var(--wp--preset--color--primary)",
+ "gradient": "none",
+ "text": "var(--wp--preset--color--secondary)"
}
},
":active": {
"color": {
- "gradient": "var(--wp--preset--gradient--primary-tertiary)",
- "text": "var(--wp--preset--color--contrast)"
+ "background": "var(--wp--preset--color--primary)",
+ "gradient": "none",
+ "text": "var(--wp--preset--color--secondary)"
}
}
},
@@ -261,7 +282,7 @@
"link": {
":active": {
"color": {
- "text": "var(--wp--preset--color--tertiary)"
+ "text": "var(--wp--preset--color--primary)"
}
}
}
@@ -269,7 +290,5 @@
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)"
}
- },
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
+ }
}
diff --git a/styles/block-out.json b/styles/block-out.json
index 7748a19..28e831e 100644
--- a/styles/block-out.json
+++ b/styles/block-out.json
@@ -1,4 +1,6 @@
{
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
+ "version": 2,
"title": "Block out",
"settings": {
"color": {
@@ -73,10 +75,10 @@
},
{
"fluid": {
- "max": "14rem",
+ "max": "7rem",
"min": "4rem"
},
- "size": "10rem",
+ "size": "7rem",
"slug": "xx-large"
}
]
@@ -125,6 +127,15 @@
}
},
"core/post-title": {
+ "elements": {
+ "link": {
+ ":active": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ }
+ }
+ },
"color": {
"text": "var(--wp--preset--color--primary)"
}
@@ -145,6 +156,21 @@
}
},
"core/site-title": {
+ "elements": {
+ "link": {
+ ":active": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ }
+ }
+ },
+ "spacing": {
+ "padding": {
+ "bottom": "var(--wp--preset--spacing--30)",
+ "top": "var(--wp--preset--spacing--30)"
+ }
+ },
"typography": {
"fontSize": "var(--wp--preset--font-size--xx-large)",
"lineHeight": "1.1",
@@ -153,9 +179,9 @@
},
"core/query": {
"elements": {
- "h3": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
+ "h2": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--large)"
}
}
}
@@ -194,6 +220,11 @@
}
},
"link": {
+ ":active": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ },
"typography": {
"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
"fontStyle": "italic",
@@ -210,7 +241,5 @@
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)"
}
- },
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
+ }
}
diff --git a/styles/canary.json b/styles/canary.json
index 741114d..852f246 100644
--- a/styles/canary.json
+++ b/styles/canary.json
@@ -1,4 +1,6 @@
{
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
+ "version": 2,
"title": "Canary",
"settings": {
"color": {
@@ -70,6 +72,20 @@
},
"styles": {
"blocks": {
+ "core/comments": {
+ "elements": {
+ "link": {
+ "typography": {
+ "textDecoration": "underline"
+ },
+ ":hover": {
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ }
+ }
+ },
"core/comment-reply-link": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
@@ -93,6 +109,20 @@
"textTransform": "lowercase"
}
},
+ "core/post-content": {
+ "elements": {
+ "link": {
+ "typography": {
+ "textDecoration": "underline"
+ },
+ ":hover": {
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ }
+ }
+ },
"core/post-featured-image": {
"border": {
"radius": "100px 0 0 0"
@@ -117,6 +147,13 @@
"fontWeight": "700"
}
},
+ "core/query-pagination": {
+ "border": {
+ "top": {
+ "width": "4px"
+ }
+ }
+ },
"core/separator": {
"border": {
"width": "2px"
@@ -142,6 +179,17 @@
"width": "2px"
}
},
+ ":focus": {
+ "color": {
+ "background": "var(--wp--preset--color--base)",
+ "text": "var(--wp--preset--color--contrast)"
+ },
+ "border": {
+ "color": "var(--wp--preset--color--contrast)",
+ "style": "solid",
+ "width": "2px"
+ }
+ },
"border": {
"radius": "5px",
"color": "var(--wp--preset--color--contrast)",
@@ -150,6 +198,14 @@
},
"color": {
"text": "var(--wp--preset--color--base)"
+ },
+ "spacing": {
+ "padding": {
+ "bottom": "0.667em",
+ "left": "1.333em",
+ "right": "1.333em",
+ "top": "0.667em"
+ }
}
},
"h1": {
@@ -186,7 +242,5 @@
"typography": {
"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)"
}
- },
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
+ }
}
diff --git a/styles/electric.json b/styles/electric.json
index 374451a..6dae63e 100644
--- a/styles/electric.json
+++ b/styles/electric.json
@@ -1,4 +1,6 @@
{
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
+ "version": 2,
"title": "Electric",
"settings": {
"color": {
@@ -89,7 +91,5 @@
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)"
}
- },
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
+ }
}
diff --git a/styles/grapes.json b/styles/grapes.json
index 5f7377c..25a007f 100644
--- a/styles/grapes.json
+++ b/styles/grapes.json
@@ -1,4 +1,6 @@
{
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
+ "version": 2,
"title": "Grapes",
"settings": {
"color": {
@@ -86,7 +88,5 @@
}
}
}
- },
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
+ }
}
diff --git a/styles/marigold.json b/styles/marigold.json
index 2d62ac0..31fc120 100644
--- a/styles/marigold.json
+++ b/styles/marigold.json
@@ -1,305 +1,317 @@
{
- "$schema": "https://schemas.wp.org/trunk/theme.json",
- "title": "Marigold",
- "settings": {
- "color": {
- "palette": [
- {
- "color": "#F6F2EC",
- "name": "Base",
- "slug": "base"
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
+ "version": 2,
+ "title": "Marigold",
+ "settings": {
+ "color": {
+ "palette": [
+ {
+ "color": "#F6F2EC",
+ "name": "Base",
+ "slug": "base"
+ },
+ {
+ "color": "#21251F",
+ "name": "Contrast",
+ "slug": "contrast"
+ },
+ {
+ "color": "#5B4460",
+ "name": "Primary",
+ "slug": "primary"
+ },
+ {
+ "color": "#FCC263",
+ "name": "Secondary",
+ "slug": "secondary"
+ },
+ {
+ "color": "#E7A1A9",
+ "name": "Tertiary",
+ "slug": "tertiary"
+ }
+ ]
},
- {
- "color": "#21251F",
- "name": "Contrast",
- "slug": "contrast"
+ "layout": {
+ "wideSize": "1200px"
},
- {
- "color": "#5B4460",
- "name": "Primary",
- "slug": "primary"
+ "spacing": {
+ "spacingSizes": [
+ {
+ "size": "clamp(0.625rem, 0.434rem + 0.61vw, 0.938rem)",
+ "name": "1",
+ "slug": "30"
+ },
+ {
+ "size": "clamp(1.25rem, 0.869rem + 1.22vw, 1.875rem)",
+ "name": "2",
+ "slug": "40"
+ },
+ {
+ "size": "clamp(1.875rem, 1.303rem + 1.83vw, 2.813rem)",
+ "name": "3",
+ "slug": "50"
+ },
+ {
+ "size": "clamp(2.5rem, 1.738rem + 2.44vw, 3.75rem)",
+ "name": "4",
+ "slug": "60"
+ },
+ {
+ "size": "clamp(2.813rem, 1.098rem + 5.49vw, 5.625rem)",
+ "name": "5",
+ "slug": "70"
+ },
+ {
+ "size": "clamp(3.75rem, 1.463rem + 7.32vw, 7.5rem)",
+ "name": "6",
+ "slug": "80"
+ }
+ ]
},
- {
- "color": "#FCC263",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#E7A1A9",
- "name": "Tertiary",
- "slug": "tertiary"
+ "typography": {
+ "fontSizes": [
+ {
+ "size": "clamp(0.875rem, 0.799rem + 0.24vw, 1rem)",
+ "name": "Tiny",
+ "slug": "tiny"
+ },
+ {
+ "size": "clamp(1rem, 0.924rem + 0.24vw, 1.125rem)",
+ "slug": "small"
+ },
+ {
+ "size": "clamp(1.125rem, 1.049rem + 0.24vw, 1.25rem)",
+ "name": "Normal",
+ "slug": "normal"
+ },
+ {
+ "size": "clamp(1.25rem, 1.021rem + 0.73vw, 1.625rem)",
+ "slug": "medium"
+ },
+ {
+ "size": "clamp(1.375rem, 1.07rem + 0.98vw, 1.875rem)",
+ "slug": "large"
+ },
+ {
+ "size": "clamp(1.75rem, 1.369rem + 1.22vw, 2.375rem)",
+ "slug": "x-large"
+ },
+ {
+ "size": "clamp(2.125rem, 1.706rem + 1.34vw, 2.813rem)",
+ "slug": "xx-large"
+ },
+ {
+ "size": "clamp(2.5rem, 1.966rem + 1.71vw, 3.375rem)",
+ "name": "Huge",
+ "slug": "huge"
+ },
+ {
+ "size": "clamp(3.375rem, 2.384rem + 3.17vw, 5rem)",
+ "name": "Gigantic",
+ "slug": "gigantic"
+ }
+ ]
}
- ]
- },
- "layout": {
- "wideSize": "1200px"
- },
- "spacing": {
- "spacingSizes": [
- {
- "size": "clamp(0.625rem, 0.434rem + 0.61vw, 0.938rem)",
- "name": "1",
- "slug": "30"
- },
- {
- "size": "clamp(1.25rem, 0.869rem + 1.22vw, 1.875rem)",
- "name": "2",
- "slug": "40"
- },
- {
- "size": "clamp(1.875rem, 1.303rem + 1.83vw, 2.813rem)",
- "name": "3",
- "slug": "50"
- },
- {
- "size": "clamp(2.5rem, 1.738rem + 2.44vw, 3.75rem)",
- "name": "4",
- "slug": "60"
- },
- {
- "size": "clamp(2.813rem, 1.098rem + 5.49vw, 5.625rem)",
- "name": "5",
- "slug": "70"
- },
- {
- "size": "clamp(3.75rem, 1.463rem + 7.32vw, 7.5rem)",
- "name": "6",
- "slug": "80"
- }
- ]
- },
- "typography": {
- "fontSizes": [
- {
- "size": "clamp(0.875rem, 0.799rem + 0.24vw, 1rem)",
- "name": "Tiny",
- "slug": "tiny"
- },
- {
- "size": "clamp(1rem, 0.924rem + 0.24vw, 1.125rem)",
- "slug": "small"
- },
- {
- "size": "clamp(1.125rem, 1.049rem + 0.24vw, 1.25rem)",
- "name": "Normal",
- "slug": "normal"
- },
- {
- "size": "clamp(1.25rem, 1.021rem + 0.73vw, 1.625rem)",
- "slug": "medium"
- },
- {
- "size": "clamp(1.375rem, 1.07rem + 0.98vw, 1.875rem)",
- "slug": "large"
- },
- {
- "size": "clamp(1.75rem, 1.369rem + 1.22vw, 2.375rem)",
- "slug": "x-large"
- },
- {
- "size": "clamp(2.125rem, 1.706rem + 1.34vw, 2.813rem)",
- "slug": "xx-large"
- },
- {
- "size": "clamp(2.5rem, 1.966rem + 1.71vw, 3.375rem)",
- "name": "Huge",
- "slug": "huge"
- },
- {
- "size": "clamp(3.375rem, 2.384rem + 3.17vw, 5rem)",
- "name": "Gigantic",
- "slug": "gigantic"
- }
- ]
- }
},
"styles": {
- "blocks": {
- "core/query": {
- "spacing": {
- "padding": {
- "left": "0",
- "right": "0"
- }
- }
- },
- "core/post-content": {
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- }
- }
- },
- "core/post-excerpt": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--normal)"
- }
- },
- "core/post-title": {
- "elements": {
- "link": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)",
- "textDecoration": "none"
+ "blocks": {
+ "core/comment-author-name": {
+ "elements": {
+ "link": {
+ ":active": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ }
+ }
+ }
},
- "color": {
- "text": "var(--wp--preset--color--primary)"
+ "core/query": {
+ "spacing": {
+ "padding": {
+ "left": "0",
+ "right": "0"
+ }
+ }
},
- ":hover": {
- "border": {
- "bottom": true
- }
+ "core/post-content": {
+ "elements": {
+ "link": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ }
+ }
+ },
+ "core/post-excerpt": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--normal)"
+ }
+ },
+ "core/post-title": {
+ "elements": {
+ "link": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--large)",
+ "textDecoration": "none"
+ },
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ }
+ },
+ "spacing": {
+ "margin": {
+ "bottom": "var(--wp--preset--spacing--50)",
+ "top": "var(--wp--preset--spacing--50)"
+ }
+ },
+ "typography": {
+ "fontWeight": "600"
+ }
+ },
+ "core/pullquote": {
+ "border": {
+ "width": "1px 0"
+ }
+ },
+ "core/query-pagination": {
+ "elements": {
+ "link": {
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "fontWeight": "400"
+ }
+ },
+ "core/quote": {
+ "elements": {
+ "cite": {
+ "typography": {
+ "fontSize": "1.25rem"
+ }
+ }
+ },
+ "typography": {
+ "fontSize": "1.625rem",
+ "lineHeight": "1.5"
+ }
+ },
+ "core/site-title": {
+ "elements": {
+ "link": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--normal)"
+ }
+ }
+ },
+ "typography": {
+ "textTransform": "lowercase"
+ }
+ }
+ },
+ "elements": {
+ "h1": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--huge)",
+ "lineHeight": "1.1"
+ }
+ },
+ "h2": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--xx-large)",
+ "lineHeight": "1.2"
+ }
+ },
+ "h3": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--x-large)",
+ "lineHeight": "1.2"
+ }
+ },
+ "h4": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--large)",
+ "fontWeight": "600"
+ }
+ },
+ "h5": {
+ "typography": {
+ "fontStyle": "normal",
+ "fontWeight": "600",
+ "textTransform": "none"
+ }
+ },
+ "h6": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--normal)",
+ "fontStyle": "normal",
+ "fontWeight": "600"
+ }
+ },
+ "heading": {
+ "typography": {
+ "fontStyle": "italic"
+ }
+ },
+ "link": {
+ ":active": {
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
+ }
+ },
+ ":hover": {
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ },
+ "button": {
+ "border": {
+ "radius": "50px"
+ },
+ "color": {
+ "background": "var(--wp--preset--color--secondary)"
+ },
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--normal)"
+ },
+ ":hover": {
+ "color": {
+ "background": "var(--wp--preset--color--tertiary)",
+ "text": "var(--wp--preset--color--contrast)"
+ }
+ },
+ ":focus": {
+ "color": {
+ "background": "var(--wp--preset--color--primary)"
+ }
+ },
+ ":active": {
+ "color": {
+ "background": "var(--wp--preset--color--primary)"
+ }
+ }
}
- }
},
"spacing": {
- "margin": {
- "bottom": "var(--wp--preset--spacing--50)",
- "top": "var(--wp--preset--spacing--50)"
- }
- },
- "typography": {
- "fontWeight": "600"
- }
- },
- "core/pullquote": {
- "border": {
- "width": "1px 0"
- }
- },
- "core/query-pagination": {
- "elements": {
- "link": {
- "typography": {
- "textDecoration": "none"
+ "blockGap": "2.5rem",
+ "padding": {
+ "bottom": "var(--wp--preset--spacing--50)",
+ "left": "var(--wp--preset--spacing--40)",
+ "right": "var(--wp--preset--spacing--40)",
+ "top": "var(--wp--preset--spacing--50)"
}
- }
},
"typography": {
- "fontSize": "var(--wp--preset--font-size--small)",
- "fontWeight": "400"
+ "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
+ "fontSize": "var(--wp--preset--font-size--normal)",
+ "lineHeight": "1.5"
}
- },
- "core/quote": {
- "elements": {
- "cite": {
- "typography": {
- "fontSize": "1.25rem"
- }
- }
- },
- "typography": {
- "fontSize": "1.625rem",
- "lineHeight": "1.5"
- }
- },
- "core/site-title": {
- "elements": {
- "link": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--normal)"
- }
- }
- },
- "typography": {
- "textTransform": "lowercase"
- }
- }
- },
- "elements": {
- "h1": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--huge)",
- "lineHeight": "1.1"
- }
- },
- "h2": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--xx-large)",
- "lineHeight": "1.2"
- }
- },
- "h3": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-large)",
- "lineHeight": "1.2"
- }
- },
- "h4": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)",
- "fontWeight": "600"
- }
- },
- "h5": {
- "typography": {
- "fontStyle": "normal",
- "fontWeight": "600",
- "textTransform": "none"
- }
- },
- "h6": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--normal)",
- "fontStyle": "normal",
- "fontWeight": "600"
- }
- },
- "heading": {
- "typography": {
- "fontStyle": "italic"
- }
- },
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "button": {
- "border": {
- "radius": "50px"
- },
- "color": {
- "background": "var(--wp--preset--color--secondary)"
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--normal)"
- },
- ":hover": {
- "color": {
- "background": "var(--wp--preset--color--tertiary)"
- }
- },
- ":focus": {
- "color": {
- "background": "var(--wp--preset--color--primary)"
- }
- },
- ":active": {
- "color": {
- "background": "var(--wp--preset--color--primary)"
- }
- }
- }
- },
- "spacing": {
- "blockGap": "2.5rem",
- "padding": {
- "bottom": "var(--wp--preset--spacing--50)",
- "left": "var(--wp--preset--spacing--40)",
- "right": "var(--wp--preset--spacing--40)",
- "top": "var(--wp--preset--spacing--50)"
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
- "fontSize": "var(--wp--preset--font-size--normal)",
- "lineHeight": "1.5"
}
- },
- "version": 2
}
diff --git a/styles/pilgrimage.json b/styles/pilgrimage.json
index 7635f49..28cb5d6 100644
--- a/styles/pilgrimage.json
+++ b/styles/pilgrimage.json
@@ -1,4 +1,6 @@
{
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
+ "version": 2,
"title": "Pilgrimage",
"settings": {
"color": {
@@ -23,10 +25,25 @@
"name": "Secondary to Primary",
"slug": "secondary-primary"
},
+ {
+ "gradient": "linear-gradient(180deg, var(--wp--preset--color--primary) 0%,var(--wp--preset--color--tertiary) 100%)",
+ "name": "Tertiary to Secondary",
+ "slug": "tertiary-secondary"
+ },
+ {
+ "gradient": "linear-gradient(180deg, var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--primary) 100%)",
+ "name": "Tertiary to Primary",
+ "slug": "tertiary-primary"
+ },
{
"gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0%,var(--wp--preset--color--primary) 350%)",
"name": "Base to Primary",
"slug": "base-primary"
+ },
+ {
+ "gradient": "radial-gradient(circle at 5px 5px,#0c0d0d70 2px,#ffffff00 0px,#ffffff00 0px) 0 0 / 8px 8px, linear-gradient(180deg, var(--wp--preset--color--base) 0%,#000000 200%)",
+ "name": "Dots",
+ "slug": "dots"
}
],
"palette": [
@@ -65,7 +82,7 @@
"link": {
":active": {
"color": {
- "text": "var(--wp--preset--color--primary)"
+ "text": "var(--wp--preset--color--tertiary)"
}
}
}
@@ -76,7 +93,7 @@
"link": {
":active": {
"color": {
- "text": "var(--wp--preset--color--primary)"
+ "text": "var(--wp--preset--color--tertiary)"
},
"typography": {
"textDecoration": "underline"
@@ -90,7 +107,7 @@
"link": {
":active": {
"color": {
- "text": "var(--wp--preset--color--primary)"
+ "text": "var(--wp--preset--color--tertiary)"
}
}
}
@@ -135,11 +152,8 @@
"link": {
":hover": {
"color": {
- "text": "var(--wp--preset--color--primary)"
+ "text": "var(--wp--preset--color--tertiary)"
}
- },
- "color": {
- "text": "var(--wp--preset--color--primary)"
}
}
}
@@ -163,12 +177,17 @@
}
}
},
+ "core/post-featured-image": {
+ "filter": {
+ "duotone": "var(--wp--preset--duotone--default-filter)"
+ }
+ },
"core/post-title": {
"elements": {
"link": {
":active": {
"color": {
- "text": "var(--wp--preset--color--primary)"
+ "text": "var(--wp--preset--color--tertiary)"
},
"typography": {
"textDecoration": "underline"
@@ -187,11 +206,16 @@
"textDecoration": "underline"
}
}
+ },
+ "border": {
+ "top": {
+ "color": "var(--wp--preset--color--primary)"
+ }
}
},
"core/separator": {
"color": {
- "text": "var(--wp--preset--color--primary)"
+ "text": "var(--wp--preset--color--secondary)"
}
},
"core/site-title": {
@@ -211,7 +235,7 @@
}
},
"color": {
- "gradient": "var(--wp--preset--gradient--base-primary)"
+ "gradient": "var(--wp--preset--gradient--dots)"
},
"elements": {
"button": {
@@ -275,22 +299,25 @@
}
},
"link": {
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
+ "color": {
+ "text": "var(--wp--preset--color--primary)"
},
":hover": {
"color": {
- "text":"var(--wp--preset--color--primary)"
+ "text":"var(--wp--preset--color--tertiary)"
}
},
- "color": {
- "text": "var(--wp--preset--color--primary)"
+ ":focus": {
+ "color": {
+ "text":"var(--wp--preset--color--tertiary)"
+ }
+ },
+ ":active": {
+ "color": {
+ "text": "var(--wp--preset--color--tertiary)"
+ }
}
}
}
- },
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
+ }
}
diff --git a/styles/pitch.json b/styles/pitch.json
index 89b3a6a..e5b174a 100644
--- a/styles/pitch.json
+++ b/styles/pitch.json
@@ -1,4 +1,6 @@
{
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
+ "version": 2,
"title": "Pitch",
"settings": {
"color": {
@@ -128,6 +130,14 @@
},
"styles": {
"blocks": {
+ "core/query-pagination": {
+ "border": {
+ "top": {
+ "color": "var(--wp--preset--color--tertiary)",
+ "width": "4px"
+ }
+ }
+ },
"core/separator": {
"border": {
"color":"var(--wp--preset--color--tertiary)",
@@ -231,7 +241,5 @@
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.7"
}
- },
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
+ }
}
diff --git a/styles/whisper.json b/styles/whisper.json
index a944e5b..e30ae65 100644
--- a/styles/whisper.json
+++ b/styles/whisper.json
@@ -1,4 +1,6 @@
{
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
+ "version": 2,
"title": "Whisper",
"settings": {
"color": {
@@ -150,6 +152,23 @@
}
}
},
+ "core/post-date": {
+ "elements": {
+ "link": {
+ ":hover": {
+ "border": {
+ "color": "var(--wp--preset--color--contrast)"
+ },
+ "color": {
+ "background": "var(--wp--preset--color--tertiary)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ }
+ }
+ }
+ },
"core/post-title": {
"elements": {
"link": {
@@ -202,6 +221,36 @@
}
}
},
+ "core/query-pagination": {
+ "border": {
+ "top": {
+ "color": "var(--wp--preset--color--contrast)",
+ "style": "double",
+ "width": "6px"
+ }
+ },
+ "elements": {
+ "link": {
+ ":hover": {
+ "border": {
+ "color": "var(--wp--preset--color--contrast)"
+ },
+ "color": {
+ "background": "var(--wp--preset--color--tertiary)"
+ },
+ "typography": {
+ "textDecoration": "none"
+ }
+ },
+ ":active": {
+ "border": {
+ "color": "var(--wp--preset--color--base)",
+ "width": "0 0 2px 0"
+ }
+ }
+ }
+ }
+ },
"core/separator": {
"border": {
"color": "var(--wp--preset--color--contrast)",
@@ -500,7 +549,5 @@
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)"
}
- },
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
+ }
}
diff --git a/templates/archive.html b/templates/archive.html
index 6151683..8376b24 100644
--- a/templates/archive.html
+++ b/templates/archive.html
@@ -17,10 +17,6 @@
-
-
-
-
diff --git a/templates/blog-alternative.html b/templates/blog-alternative.html
index 649ee1d..8a06924 100644
--- a/templates/blog-alternative.html
+++ b/templates/blog-alternative.html
@@ -2,17 +2,24 @@
-
-
-
+
-
-
diff --git a/templates/home.html b/templates/home.html
index 64a164f..f84e442 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -19,10 +19,6 @@
-
-
-
-
diff --git a/templates/search.html b/templates/search.html
index 0756424..c80b421 100644
--- a/templates/search.html
+++ b/templates/search.html
@@ -17,10 +17,6 @@
-
-
-
-
diff --git a/theme.json b/theme.json
index f49d7b0..47fefb2 100644
--- a/theme.json
+++ b/theme.json
@@ -266,7 +266,10 @@
{
"size": "1.75rem",
"slug": "large",
- "fluid": false
+ "fluid": {
+ "min": "1.75rem",
+ "max": "1.875rem"
+ }
},
{
"size": "2.25rem",
@@ -485,7 +488,26 @@
},
"core/pullquote": {
"border": {
+ "style": "solid",
"width": "1px 0"
+ },
+ "elements": {
+ "cite": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "fontStyle": "normal",
+ "textTransform": "none"
+ }
+ }
+ },
+ "typography": {
+ "lineHeight": "1.3"
+ },
+ "spacing": {
+ "margin": {
+ "bottom": "var(--wp--preset--spacing--40) !important",
+ "top": "var(--wp--preset--spacing--40) !important"
+ }
}
},
"core/query-pagination": {
@@ -493,6 +515,17 @@
"fontSize": "var(--wp--preset--font-size--small)",
"fontWeight": "400"
},
+ "spacing": {
+ "padding": {
+ "top": "var(--wp--preset--spacing--40)"
+ }
+ },
+ "border": {
+ "top": {
+ "width": "2px",
+ "style": "solid"
+ }
+ },
"elements": {
"link": {
"typography": {
@@ -509,6 +542,20 @@
"core/quote": {
"border": {
"width": "1px"
+ },
+ "elements": {
+ "cite": {
+ "typography": {
+ "fontSize": "var(--wp--preset--font-size--small)",
+ "fontStyle": "normal"
+ }
+ }
+ },
+ "spacing": {
+ "padding": {
+ "left": "var(--wp--preset--spacing--30)",
+ "right": "var(--wp--preset--spacing--30)"
+ }
}
},
"core/site-title": {
@@ -590,12 +637,12 @@
},
"h3": {
"typography": {
- "fontSize": "2.25rem"
+ "fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"h4": {
"typography": {
- "fontSize": "clamp(1.75rem, calc(1.75rem + ((1vw - 0.48rem) * 8.4135)), 1.875rem)"
+ "fontSize": "var(--wp--preset--font-size--large)"
}
},
"h5": {