Skip to content

Commit

Permalink
Update color palette and add gradient.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Jan 20, 2023
1 parent 5087a1b commit e8995f4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"gradients": [
{
"gradient": "linear-gradient(0deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--tertiary) 100%)",
"name": "Primary to Tertiary",
"slug": "primary-tertiary"
}
],
"palette": [
{
"color": "#ffffff",
Expand All @@ -62,17 +69,17 @@
"slug": "contrast"
},
{
"color": "#990099",
"color": "#0000ff",
"name": "Primary",
"slug": "primary"
},
{
"color": "#0066ff",
"color": "#000099",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#009999",
"color": "#000033",
"name": "Tertiary",
"slug": "tertiary"
},
Expand Down

0 comments on commit e8995f4

Please sign in to comment.