git.lucas.co / Myna
git clone https://git.lucas.co/Myna.git

commit9c88efd38709004f3ca219ac106b59ecc80a9af4
parentf22ceeaf27
authorsayyadirfanali <[email protected]>
date2025-11-06 16:52
change banner

 images/hero.png | Bin 952928 -> 950938 bytes
 mkhero          |   4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/images/hero.png b/images/hero.png
index a701957..78e9034 100644
Binary files a/images/hero.png and b/images/hero.png differ
diff --git a/mkhero b/mkhero
index 6176b9b..769fbeb 100755
--- a/mkhero
+++ b/mkhero
@@ -8,8 +8,8 @@ magick \
     -font "Myna" \
     -strokewidth 1.2 \
     -gravity north \
-    -fill  "pink"           -stroke  "pink"           -pointsize  128  -annotate  +0+${offsets[0]}   "MYNA"                          \
-    -fill  "yellow"         -stroke  "yellow"         -pointsize  96   -annotate  +0+${offsets[1]}   "ABCDEFGHIJKLMNOPQRSTUVWXYZ"    \
+    -fill  "yellow"         -stroke  "yellow"         -pointsize  128  -annotate  +0+${offsets[0]}   "MYNA"                          \
+    -fill  "cyan"            -stroke  "cyan"          -pointsize  96   -annotate  +0+${offsets[1]}   "ABCDEFGHIJKLMNOPQRSTUVWXYZ"    \
     -fill  "springgreen"    -stroke  "springgreen"    -pointsize  96   -annotate  +0+${offsets[2]}   "abcdefghijklmnopqrstuvwxyz"    \
     -fill  "deepskyblue"    -stroke  "deepskyblue"    -pointsize  96   -annotate  +0+${offsets[3]}   "0 1 2 3 4 5 6 7 8 9"           \
     -fill  "hotpink"        -stroke  "hotpink"        -pointsize  96   -annotate  +0+${offsets[4]}   "[] {} () <> | \\\ ? ! #"       \