aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2022-11-04 10:05:27 -0400
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2022-11-04 10:05:27 -0400
commit15eb7f39075b7e2b971070a3dd745c58e14e46d9 (patch)
treee8d0b1da815e073b78786e65c19fb7abf2c63f2c /CHANGELOG.md
parentupdate readme with my diagnosis (diff)
v3v3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d451d96..a2ade0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# CHANGELOG
Documentation on how the colors were determined in every version, along with the changes.
+## V3
+We use black as the background, and move old brblack into black.
+We then make brblack more of a gray.
+Since old brblack is 14% L, we double that to a 38% for the new brblack.
+This gives us a black of `#242424` and a brblack of `#616161`,
+with background being equivalent to `black`.
+
## V2
Tweak green to be more easily differentiable from yellow using HSV.
First, make it complimentary to yellow (hue of 132).