aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-07-14 18:27:17 +0200
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-07-17 18:32:38 +0200
commit534c6c69e709c61f410c7fcdb0c4cdbc9e6020b1 (patch)
tree294cd2b047bc5cf44993fca7ed2616ce9547c1dc
parentv4: update cyan to be more green (diff)
v4: new magentas
-rw-r--r--CHANGELOG.md6
-rw-r--r--colors/colors.sh4
2 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b899099..a7bf93b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,8 +22,10 @@ That said, the new colors are (L, C, H):
* Yellow: 80, 80, 90 and 90, 80, 100.
* Blue: 65, 40, 230 and 75, 40, 240.
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.
+* Magenta: 80, 45, 320 and 80, 45, 330.
+ Unfortuately, magenta is right between two problem colors (blue and red).
+ In the end, I got out of it by going the pastel route, making them soft
+ and differentiable via luminosity.
* 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 3aa5765..2bb3cd0 100644
--- a/colors/colors.sh
+++ b/colors/colors.sh
@@ -16,8 +16,8 @@ bryellow=E9E836
blue=24ACD4
brblue=5DC5F8
-magenta=E276D5
-brmagenta=FF92F1
+magenta=F2AFFD
+brmagenta=FEABF2
cyan=13C299
brcyan=24DFC4