Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Try alternate theme.json files #333

Closed
wants to merge 3 commits into from
Closed
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
85 changes: 85 additions & 0 deletions styles/blue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#3F67C6",
"name": "Foreground"
},
{
"slug": "background",
"color": "#FCF5ED",
"name": "Background"
},
{
"slug": "primary",
"color": "#385BAD",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#F7EBDD",
"name": "Secondary"
},
{
"slug": "tertiary",
"color": "#ffffff",
"name": "Tertiary"
}
]
},
"layout": {
"wideSize": "1060px"
}
},
"styles": {
"blocks": {
"core/post-title": {
"typography": {
"fontWeight": "700"
}
}
},
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
},
"elements": {
"h1": {
"typography": {
"fontWeight": "700"
}
},
"h2": {
"typography": {
"fontWeight": "700"
}
},
"h3": {
"typography": {
"fontWeight": "700"
}
},
"h4": {
"typography": {
"fontWeight": "700"
}
},
"h5": {
"typography": {
"fontWeight": "700"
}
},
"h6": {
"typography": {
"fontWeight": "700"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--system-font)"
}
}
}
70 changes: 70 additions & 0 deletions styles/mint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": [
"#000000",
"#FFFFFF"
],
"slug": "default-filter",
"name": "Default filter"
}
],
"palette": [
{
"slug": "foreground",
"color": "#000000",
"name": "Foreground"
},
{
"slug": "background",
"color": "#FFFFFF",
"name": "Background"
},
{
"slug": "primary",
"color": "#000000",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#93FFDE",
"name": "Secondary"
},
{
"slug": "tertiary",
"color": "#93FFDE",
"name": "Tertiary"
}
]
},
"layout": {
"wideSize": "1060px"
}
},
"styles": {
"blocks": {
"core/image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/post-featured-image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/site-logo": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
}
},
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
}
}
}
102 changes: 102 additions & 0 deletions styles/pink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"version": 2,
"settings": {
"color": {
"duotone": [
{
"colors": [
"#000000",
"#FFFFFF"
],
"slug": "default-filter",
"name": "Default filter"
}
],
"palette": [
{
"slug": "foreground",
"color": "#000000",
"name": "Foreground"
},
{
"slug": "background",
"color": "#FFFFFF",
"name": "Background"
},
{
"slug": "primary",
"color": "#000000",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#FFCCCC",
"name": "Secondary"
},
{
"slug": "tertiary",
"color": "#FFCCCC",
"name": "Tertiary"
}
]
},
"layout": {
"wideSize": "1060px"
}
},
"styles": {
"blocks": {
"core/image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/post-title": {
"typography": {
"fontWeight": "300"
}
},
"core/query-title": {
"typography": {
"fontWeight": "300"
}
},
"core/post-featured-image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
},
"core/site-logo": {
"filter": {
"duotone": "var(--wp--preset--duotone--default-filter)"
}
}
},
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
},
"elements": {
"h1": {
"typography": {
"fontWeight": "300"
}
},
"h2": {
"typography": {
"fontWeight": "300"
}
},
"h3": {
"typography": {
"fontWeight": "300"
}
},
"h4": {
"typography": {
"fontWeight": "300"
}
}
}
}
}
40 changes: 40 additions & 0 deletions styles/red.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#2E2927",
"name": "Foreground"
},
{
"slug": "background",
"color": "#ffffff",
"name": "Background"
},
{
"slug": "primary",
"color": "#7C290F",
"name": "Primary"
},
{
"slug": "secondary",
"color": "#FCF5ED",
"name": "Secondary"
},
{
"slug": "tertiary",
"color": "#FCF5ED",
"name": "Tertiary"
}
]
}
},
"styles": {
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
}
}
}
Loading