summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-21 20:10:36 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-21 20:10:36 -0400
commit036db1622d30cf0d95d80252b338ba00698f7677 (patch)
tree0d5ef050f253c0aebe759d6bb413649f7b2f1260 /static
parentf72bc7700c780618721688d452a6df0627684df1 (diff)
static/logo: change logo file names
Diffstat (limited to 'static')
-rw-r--r--static/logo/peach-v2-114.png (renamed from static/logo/peach-114.png)bin1942 -> 1942 bytes
-rw-r--r--static/logo/peach-v2-120.png (renamed from static/logo/peach-120.png)bin2063 -> 2063 bytes
-rw-r--r--static/logo/peach-v2-152.png (renamed from static/logo/peach-152.png)bin2628 -> 2628 bytes
-rw-r--r--static/logo/peach-v2-167.png (renamed from static/logo/peach-167.png)bin2917 -> 2917 bytes
-rw-r--r--static/logo/peach-v2-180.png (renamed from static/logo/peach-180.png)bin3240 -> 3240 bytes
-rw-r--r--static/logo/peach-v2-58.png (renamed from static/logo/peach-58.png)bin915 -> 915 bytes
-rw-r--r--static/logo/peach-v2-76.png (renamed from static/logo/peach-76.png)bin1213 -> 1213 bytes
-rw-r--r--static/logo/peach-v2-80.png (renamed from static/logo/peach-80.png)bin1321 -> 1321 bytes
-rw-r--r--static/logo/peach-v2-87.png (renamed from static/logo/peach-87.png)bin1458 -> 1458 bytes
-rw-r--r--static/logo/peach.rkt2
10 files changed, 1 insertions, 1 deletions
diff --git a/static/logo/peach-114.png b/static/logo/peach-v2-114.png
index a935f1f..a935f1f 100644
--- a/static/logo/peach-114.png
+++ b/static/logo/peach-v2-114.png
Binary files differ
diff --git a/static/logo/peach-120.png b/static/logo/peach-v2-120.png
index b16a721..b16a721 100644
--- a/static/logo/peach-120.png
+++ b/static/logo/peach-v2-120.png
Binary files differ
diff --git a/static/logo/peach-152.png b/static/logo/peach-v2-152.png
index 56dc172..56dc172 100644
--- a/static/logo/peach-152.png
+++ b/static/logo/peach-v2-152.png
Binary files differ
diff --git a/static/logo/peach-167.png b/static/logo/peach-v2-167.png
index 34fff1a..34fff1a 100644
--- a/static/logo/peach-167.png
+++ b/static/logo/peach-v2-167.png
Binary files differ
diff --git a/static/logo/peach-180.png b/static/logo/peach-v2-180.png
index 929d0d1..929d0d1 100644
--- a/static/logo/peach-180.png
+++ b/static/logo/peach-v2-180.png
Binary files differ
diff --git a/static/logo/peach-58.png b/static/logo/peach-v2-58.png
index 59d0a5a..59d0a5a 100644
--- a/static/logo/peach-58.png
+++ b/static/logo/peach-v2-58.png
Binary files differ
diff --git a/static/logo/peach-76.png b/static/logo/peach-v2-76.png
index 599bd98..599bd98 100644
--- a/static/logo/peach-76.png
+++ b/static/logo/peach-v2-76.png
Binary files differ
diff --git a/static/logo/peach-80.png b/static/logo/peach-v2-80.png
index e4a57e5..e4a57e5 100644
--- a/static/logo/peach-80.png
+++ b/static/logo/peach-v2-80.png
Binary files differ
diff --git a/static/logo/peach-87.png b/static/logo/peach-v2-87.png
index d1f6b0c..d1f6b0c 100644
--- a/static/logo/peach-87.png
+++ b/static/logo/peach-v2-87.png
Binary files differ
diff --git a/static/logo/peach.rkt b/static/logo/peach.rkt
index 73f1454..58a9cdf 100644
--- a/static/logo/peach.rkt
+++ b/static/logo/peach.rkt
@@ -40,7 +40,7 @@
;; Exports the logo into PNG.
(define (png-export logo size)
- (send logo save-file (format "peach-~s.png" size) 'png))
+ (send logo save-file (format "peach-v2-~s.png" size) 'png))
;; Makes a sizexsize peach logo and exports it to a PNG.