git clone https://git.lucas.co/Myna.git
change banner
images/hero.png | Bin 312744 -> 312654 bytes
scripts/mkhero | 6 ++----
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/images/hero.png b/images/hero.png
index e9545a4..2cc8480 100644
Binary files a/images/hero.png and b/images/hero.png differ
diff --git a/scripts/mkhero b/scripts/mkhero
index 6d11150..e22e407 100755
--- a/scripts/mkhero
+++ b/scripts/mkhero
@@ -14,10 +14,8 @@ magick \
-fill "hotpink" -pointsize 96 -annotate +0+${offsets[4]} "[] {} () <> | \\\ ? ! #" \
-fill "cyan" -pointsize 96 -annotate +0+${offsets[5]} "\` ' \" , . ; : ~ ^ _" \
-fill "springgreen" -pointsize 96 -annotate +0+${offsets[6]} "+ - = ++ -- += -= == !=" \
- -fill "aqua" -pointsize 96 -annotate +0+${offsets[7]} "\$s @a \%h &f *x =~" \
- -fill "violet" -pointsize 96 -annotate +0+${offsets[8]} ":: -> => <$> >>= ^. \%~" \
+ -fill "aqua" -pointsize 96 -annotate +0+${offsets[7]} "\$s @a \%h &f *x =~" \
+ -fill "violet" -pointsize 96 -annotate +0+${offsets[8]} ":: -> => <$> >>= ^. \%~" \
-fill "coral" -pointsize 96 -annotate +0+${offsets[9]} "$ £ € ¥ ₹ ₽" \
-fill "limegreen" -pointsize 96 -annotate +0+${offsets[10]} "0 O o | 1 l I | \` ' \" | Z 2" \
$1
-
-