Skip to content

Commit

Permalink
Theme.json: Lighten the blueberry-2 color.
Browse files Browse the repository at this point in the history
The new color has better contrast against dark backgrounds, where it's used as link text.

Fixes #148
  • Loading branch information
ryelle committed Dec 13, 2024
1 parent dfbcd3b commit 7470f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ These colors map to the values used in Figma.
| Dark Blueberry | `dark-blueberry` | #1d35b4 |
| Deep Blueberry | `deep-blueberry` | #213fd4 |
| Blueberry | `blueberry-1` | #3858e9 |
| Blueberry 2 | `blueberry-2` | #7b90ff |
| Blueberry 2 | `blueberry-2` | #9fb1ff |
| Blueberry 3 | `blueberry-3` | #c7d1ff |
| Blueberry 4 | `blueberry-4` | #eff2ff |
| Pomegrade | `pomegrade-1` | #e26f56 |
Expand Down
2 changes: 1 addition & 1 deletion source/wp-content/themes/wporg-parent-2021/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
{
"slug": "blueberry-2",
"color": "#7b90ff",
"color": "#9fb1ff",
"name": "Blueberry 2"
},
{
Expand Down

0 comments on commit 7470f68

Please sign in to comment.