diff options
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | colors/colors.sh | 4 |
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 |
