diff options
| author | 2023-07-14 16:30:01 +0200 | |
|---|---|---|
| committer | 2023-07-17 18:32:38 +0200 | |
| commit | 1bf2f4e07eab66af7bc8ffaceb5086e65f12144c (patch) | |
| tree | c9fb40caf9223f09bfae4d57c87e9e2818728d65 | |
| parent | first v4 draft, Lch edition (diff) | |
v4: update cyan to be more green
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | 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 |
