Skip to content

Commit

Permalink
Alphabetize duotone in theme.json (styles).
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Oct 18, 2023
1 parent ec0df63 commit 9113d9d
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 42 deletions.
12 changes: 6 additions & 6 deletions styles/graphite.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"color": {
"duotone": [
{
"colors": [ "#000000", "#ffffff" ],
"name": "Black and White",
"slug": "black-and-white",
"colors": [ "#000000", "#ffffff" ]
"slug": "black-and-white"
},
{
"colors": [ "#666666", "#ffffff" ],
"name": "Primary and White",
"slug": "primary-and-white",
"colors": [ "#666666", "#ffffff" ]
"slug": "primary-and-white"
},
{
"colors": [ "#3d3d3d", "#ffffff" ],
"name": "Secondary and White",
"slug": "secondary-and-white",
"colors": [ "#3d3d3d", "#ffffff" ]
"slug": "secondary-and-white"
}
],
"palette": [
Expand Down
12 changes: 6 additions & 6 deletions styles/green.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"color": {
"duotone": [
{
"colors": [ "#000000", "#ffffff" ],
"name": "Black and White",
"slug": "black-and-white",
"colors": [ "#000000", "#ffffff" ]
"slug": "black-and-white"
},
{
"colors": [ "#006600", "#ffffff" ],
"name": "Primary and White",
"slug": "primary-and-white",
"colors": [ "#006600", "#ffffff" ]
"slug": "primary-and-white"
},
{
"colors": [ "#003d00", "#ffffff" ],
"name": "Secondary and White",
"slug": "secondary-and-white",
"colors": [ "#003d00", "#ffffff" ]
"slug": "secondary-and-white"
}
],
"palette": [
Expand Down
12 changes: 6 additions & 6 deletions styles/magenta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"color": {
"duotone": [
{
"colors": [ "#000000", "#ffffff" ],
"name": "Black and White",
"slug": "black-and-white",
"colors": [ "#000000", "#ffffff" ]
"slug": "black-and-white"
},
{
"colors": [ "#990066", "#ffffff" ],
"name": "Primary and White",
"slug": "primary-and-white",
"colors": [ "#990066", "#ffffff" ]
"slug": "primary-and-white"
},
{
"colors": [ "#5c003d", "#ffffff" ],
"name": "Secondary and White",
"slug": "secondary-and-white",
"colors": [ "#5c003d", "#ffffff" ]
"slug": "secondary-and-white"
}
],
"palette": [
Expand Down
12 changes: 6 additions & 6 deletions styles/orange.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"color": {
"duotone": [
{
"colors": [ "#000000", "#ffffff" ],
"name": "Black and White",
"slug": "black-and-white",
"colors": [ "#000000", "#ffffff" ]
"slug": "black-and-white"
},
{
"colors": [ "#e65c00", "#ffffff" ],
"name": "Primary and White",
"slug": "primary-and-white",
"colors": [ "#e65c00", "#ffffff" ]
"slug": "primary-and-white"
},
{
"colors": [ "#8a3700", "#ffffff" ],
"name": "Secondary and White",
"slug": "secondary-and-white",
"colors": [ "#8a3700", "#ffffff" ]
"slug": "secondary-and-white"
}
],
"palette": [
Expand Down
12 changes: 6 additions & 6 deletions styles/purple.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"color": {
"duotone": [
{
"colors": [ "#000000", "#ffffff" ],
"name": "Black and White",
"slug": "black-and-white",
"colors": [ "#000000", "#ffffff" ]
"slug": "black-and-white"
},
{
"colors": [ "#6600cc", "#ffffff" ],
"name": "Primary and White",
"slug": "primary-and-white",
"colors": [ "#6600cc", "#ffffff" ]
"slug": "primary-and-white"
},
{
"colors": [ "#3d007a", "#ffffff" ],
"name": "Secondary and White",
"slug": "secondary-and-white",
"colors": [ "#3d007a", "#ffffff" ]
"slug": "secondary-and-white"
}
],
"palette": [
Expand Down
12 changes: 6 additions & 6 deletions styles/red.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"color": {
"duotone": [
{
"colors": [ "#000000", "#ffffff" ],
"name": "Black and White",
"slug": "black-and-white",
"colors": [ "#000000", "#ffffff" ]
"slug": "black-and-white"
},
{
"colors": [ "#cc0000", "#ffffff" ],
"name": "Primary and White",
"slug": "primary-and-white",
"colors": [ "#cc0000", "#ffffff" ]
"slug": "primary-and-white"
},
{
"colors": [ "#7a0000", "#ffffff" ],
"name": "Secondary and White",
"slug": "secondary-and-white",
"colors": [ "#7a0000", "#ffffff" ]
"slug": "secondary-and-white"
}
],
"palette": [
Expand Down
12 changes: 6 additions & 6 deletions styles/teal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"color": {
"duotone": [
{
"colors": [ "#000000", "#ffffff" ],
"name": "Black and White",
"slug": "black-and-white",
"colors": [ "#000000", "#ffffff" ]
"slug": "black-and-white"
},
{
"colors": [ "#006666", "#ffffff" ],
"name": "Primary and White",
"slug": "primary-and-white",
"colors": [ "#006666", "#ffffff" ]
"slug": "primary-and-white"
},
{
"colors": [ "#003d3d", "#ffffff" ],
"name": "Secondary and White",
"slug": "secondary-and-white",
"colors": [ "#003d3d", "#ffffff" ]
"slug": "secondary-and-white"
}
],
"palette": [
Expand Down

0 comments on commit 9113d9d

Please sign in to comment.