aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-07-17 20:29:14 +0200
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-07-17 20:29:14 +0200
commit9196f2575781f0facc7980b4ab0cf23c2b5538c0 (patch)
tree0712a80119f08069b70e9c241de1ab3a503f2ffd
parentdata: update screenshot (diff)
add historical screenshotsv4
-rw-r--r--CHANGELOG.md1
-rw-r--r--data/HISTORY.md13
-rw-r--r--data/v1.pngbin0 -> 100651 bytes
-rw-r--r--data/v2.pngbin0 -> 100581 bytes
-rw-r--r--data/v3.pngbin0 -> 100287 bytes
5 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7bf93b..92d180c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
# CHANGELOG
Documentation on how the colors were determined in every version, along with the changes.
+For how they all look, you can see the [history file](data/HISTORY.md)
## V4
V4 is a reimagining of starlight using the LCH color space.
diff --git a/data/HISTORY.md b/data/HISTORY.md
new file mode 100644
index 0000000..85abfdf
--- /dev/null
+++ b/data/HISTORY.md
@@ -0,0 +1,13 @@
+# Historical Screenshots
+
+## Current Version (v4)
+![v4](starlight.png)
+
+## v3
+![v3](v3.png)
+
+## v2
+![v2](v2.png)
+
+## v1
+![v1](v1.png)
diff --git a/data/v1.png b/data/v1.png
new file mode 100644
index 0000000..12839f9
--- /dev/null
+++ b/data/v1.png
Binary files differ
diff --git a/data/v2.png b/data/v2.png
new file mode 100644
index 0000000..3529947
--- /dev/null
+++ b/data/v2.png
Binary files differ
diff --git a/data/v3.png b/data/v3.png
new file mode 100644
index 0000000..a780fc1
--- /dev/null
+++ b/data/v3.png
Binary files differ