Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ vendor/
.github_token
.wp-env.override.json
.pub-git-hash
.idea

#Ignoring headstart files
*/inc/headstart/*
Expand Down
6 changes: 6 additions & 0 deletions appleton/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
"contentSize": "840px",
"wideSize": "1200px"
},
"custom": {
"excludedParentStyleVariations": [
"Ruby Wine",
"Charcoal"
]
},
"color": {
"palette": [
{
Expand Down
5 changes: 4 additions & 1 deletion attar/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"primary": "var(--wp--preset--color--foreground)",
"secondary": "var(--wp--preset--color--foreground)",
"tertiary": "var(--wp--preset--color--background)"
}
},
"excludedParentStyleVariations": [
"Ruby Wine"
]
}
},
"styles": {
Expand Down
7 changes: 6 additions & 1 deletion dorna/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@
"default": "#F0F0F0"
}
]
}
},
"custom": {
"excludedParentStyleVariations": [
"Ruby Wine"
]
}
},
"styles": {
"blocks": {
Expand Down
6 changes: 5 additions & 1 deletion farrow/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
"primary": "var(--wp--preset--color--foreground)",
"secondary": "var(--wp--preset--color--foreground)",
"tertiary": "var(--wp--preset--color--background)"
}
},
"excludedParentStyleVariations": [
"Ruby Wine",
"Charcoal"
]
}
},
"styles": {
Expand Down
3 changes: 3 additions & 0 deletions heiwa/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
]
},
"custom": {
"excludedParentStyleVariations": [
"Ruby Wine"
],
"body": {
"typography": {
"lineHeight": 1.56
Expand Down
5 changes: 4 additions & 1 deletion marl/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
"primary": "var(--wp--preset--color--foreground)",
"secondary": "var(--wp--preset--color--foreground)",
"tertiary": "var(--wp--preset--color--tertiary)"
}
},
"excludedParentStyleVariations": [
"Ruby Wine"
]
}
},
"styles": {
Expand Down
5 changes: 4 additions & 1 deletion meraki/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
]
},
"custom": {
"excludedParentStyleVariations": [
"Ruby Wine"
],
"heading": {
"typography": {
"fontWeight": 500
Expand All @@ -49,7 +52,7 @@
"border": {
"radius": "50px",
"color": "var(--wp--preset--color--foreground)"
},
},
"typography": {
"fontSize": "var(--wp--preset--font-size--tiny)",
"lineHeight": "1.2"
Expand Down
6 changes: 5 additions & 1 deletion russell/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
"custom": {
"separator": {
"margin": "var(--wp--custom--gap--vertical) auto"
}
},
"excludedParentStyleVariations": [
"Ruby Wine",
"Charcoal"
]
},
"typography": {
"customFontSize": true,
Expand Down