Skip to content

Commit

Permalink
Change colors used in theme.json from descreptive to semantic (#3725)
Browse files Browse the repository at this point in the history
* Change colors used in theme.json from descreptive to semantic

* semanticizing the color

* formatting

* also changed the child theme.json
  • Loading branch information
pbking committed May 6, 2021
1 parent 49e750e commit 372467f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions quadrat/child-experimental-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@
"radius": "0"
},
"color": {
"text": "var(--wp--preset--color--blue)",
"background": "var(--wp--preset--color--pink)",
"hoverText": "var(--wp--custom--color--pink)",
"text": "var(--wp--custom--color--background)",
"background": "var(--wp--custom--color--foreground)",
"hoverText": "var(--wp--custom--color--foreground)",
"hoverBackground": "transparent"
}
},
Expand Down Expand Up @@ -243,7 +243,7 @@
"width": "0px"
},
"color": {
"background": "var(--wp--preset--color--darker-blue)"
"background": "var(--wp--custom--color--secondary)"
}
},
"core/quote": {
Expand Down
8 changes: 4 additions & 4 deletions quadrat/experimental-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
"color": "var(--wp--custom--button--color--text)"
},
"color": {
"text": "var(--wp--preset--color--blue)",
"background": "var(--wp--preset--color--pink)",
"hoverText": "var(--wp--custom--color--pink)",
"text": "var(--wp--custom--color--background)",
"background": "var(--wp--custom--color--foreground)",
"hoverText": "var(--wp--custom--color--foreground)",
"hoverBackground": "transparent"
}
},
Expand Down Expand Up @@ -459,7 +459,7 @@
"lineHeight": "1.6"
},
"color": {
"background": "var(--wp--preset--color--darker-blue)"
"background": "var(--wp--custom--color--secondary)"
}
},
"core/quote": {
Expand Down

0 comments on commit 372467f

Please sign in to comment.