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

commit699a3ed4adf045a9df3995363ff8047d2c658c78
parent9f18a38555
authorsayyadirfanali <[email protected]>
date2025-11-02 01:40
change README.md and Perl screenshots

 README.md             |  11 +++++++----
 images/Perl_dark.png  | Bin 0 -> 197906 bytes
 images/Perl_light.png | Bin 0 -> 194990 bytes
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index faa036e..5cf81d9 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
 # Myna
 Tired of squinting at uneven symbols in your code? Frustrated when your `->` looks nothing like arrow, or `$`, `@`, `%` seem mismatched?
-
 Want to experience the beauty of ligatures without losing the simplicity of ASCII.
-
 Want a font which in which you could learn Haskell and enjoy even Perl? We've got just the font for you!
 
-Myna is a monospace font which aims to bring harmony to your editor by treating symbols as first-class citizens.
+**Myna** (*Gracula religiosa* 🐦‍⬛) is a monospace font which aims to bring harmony to your editor by treating symbols as first-class citizens.
+
+<img src="images/hero.png" width="500">
 
 Myna is not designed from the scratch but steals some of the most beautiful features some of your favourite fonts to create a lovely experience.
 
@@ -18,9 +18,12 @@ Here is why Myna stands apart from other fonts:
 - **Language Agnostic**: clean sigils (`$s @a %h &f *x`) for Perl + elegant operators (`:: -> <$> >>=`) for Haskell + clear symbols (`-> ++ -- += << >>`) for C/C++
 
 ## Showcase
+<img src="images/Perl_dark.png"  width="800">
+<img src="images/Haskell_dark.png" width="800">
+
 | Language | Light | Dark |
 |----------|-------|------|
-|  **Perl**     |  <img  src="images/Perl-light.png"     width="300">  |  <img  src="images/Perl_dark.png"     width="300">  |
+|  **Perl**     |  <img  src="images/Perl_light.png"     width="300">  |  <img  src="images/Perl_dark.png"     width="300">  |
 |  **Haskell**  |  <img  src="images/Haskell_light.png"  width="300">  |  <img  src="images/Haskell_dark.png"  width="300">  |
 |  **C**        |  <img  src="images/C_light.png"        width="300">  |  <img  src="images/C_dark.png"        width="300">  |
 |  **Bash**     |  <img  src="images/Bash_light.png"     width="300">  |  <img  src="images/Bash_dark.png"     width="300">  |
diff --git a/images/Perl_dark.png b/images/Perl_dark.png
new file mode 100644
index 0000000..9137905
Binary files /dev/null and b/images/Perl_dark.png differ
diff --git a/images/Perl_light.png b/images/Perl_light.png
new file mode 100644
index 0000000..7796179
Binary files /dev/null and b/images/Perl_light.png differ