From 1bf2f4e07eab66af7bc8ffaceb5086e65f12144c Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Fri, 14 Jul 2023 16:30:01 +0200 Subject: v4: update cyan to be more green --- CHANGELOG.md | 2 +- colors/colors.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e078c6..b899099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ That said, the new colors are (L, C, H): The chromacity had to be reduced to fit into sRGB. * Magenta: 65, 60, 330 and 75, 60, 340. The chromacity had to be reduced to fit into sRGB. -* Cyan: 70, 40, 190 and 80, 40, 200. +* Cyan: 70, 50, 170 and 80, 50, 180. The chromacity had to be reduced to fit into sRGB. The hue and lightness had to be further played around with to accomodate color blindness. diff --git a/colors/colors.sh b/colors/colors.sh index 4ea25e8..3aa5765 100644 --- a/colors/colors.sh +++ b/colors/colors.sh @@ -19,8 +19,8 @@ brblue=5DC5F8 magenta=E276D5 brmagenta=FF92F1 -cyan=31BFB6 -brcyan=50DADE +cyan=13C299 +brcyan=24DFC4 white=E6E6E6 brwhite=FFFFFF -- cgit v1.2.3