From 7470f68b5cf188570fb89ff1d271a56dbf45f8c8 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 13 Dec 2024 15:00:13 -0500 Subject: [PATCH] Theme.json: Lighten the `blueberry-2` color. The new color has better contrast against dark backgrounds, where it's used as link text. Fixes #148 --- readme.md | 2 +- source/wp-content/themes/wporg-parent-2021/theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c363ff0b..67b23fde 100644 --- a/readme.md +++ b/readme.md @@ -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 | diff --git a/source/wp-content/themes/wporg-parent-2021/theme.json b/source/wp-content/themes/wporg-parent-2021/theme.json index b83407cb..757c45de 100644 --- a/source/wp-content/themes/wporg-parent-2021/theme.json +++ b/source/wp-content/themes/wporg-parent-2021/theme.json @@ -79,7 +79,7 @@ }, { "slug": "blueberry-2", - "color": "#7b90ff", + "color": "#9fb1ff", "name": "Blueberry 2" }, {