Skip to content

Commit

Permalink
Add colorway-1 to parent (dark)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Apr 11, 2024
1 parent d4c6370 commit 65adf13
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions assembler/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,58 @@
},
"styles": {
"blocks": {
"variations": {
"colorway-1": {
"supportedBlockTypes": [
"core/group",
"core/columns"
],
"color": {
"background": "var(--wp--preset--color--theme-5)",
"text": "var(--wp--preset--color--theme-2)"
},
"blocks": {
"core/separator": {
"color": {
"text": "var(--wp--preset--color--theme-2)"
}
},
"core/heading": {
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--theme-1)"
}
}
}
}
},
"elements": {
"link": {
"color": {
"text": "var(--wp--preset--color--theme-2)"
}
},
"button": {
"color": {
"background": "var(--wp--preset--color--theme-1)",
"text": "var(--wp--preset--color--theme-5)"
},
":hover": {
"color": {
"background": "var(--wp--preset--color--theme-2)",
"text": "var(--wp--preset--color--theme-5)"
}
}
},
"heading": {
"color": {
"text": "var(--wp--preset--color--theme-1)"
}
}
}
}
},
"core/button": {
"variations": {
"outline": {
Expand Down

0 comments on commit 65adf13

Please sign in to comment.