mirror of
https://github.com/sayyadirfanali/Myna.git
synced 2026-04-19 23:11:31 +02:00
change mkhero
This commit is contained in:
@@ -15,7 +15,7 @@ Here is why Myna stands apart from other fonts:
|
|||||||
- **Near-Perfect Alignment**: multi-character symbols like `->`, `>>=`, `=~`, `::` align seamlessly
|
- **Near-Perfect Alignment**: multi-character symbols like `->`, `>>=`, `=~`, `::` align seamlessly
|
||||||
- **Balanced Weight**: symbols have just the right visual weight against your code
|
- **Balanced Weight**: symbols have just the right visual weight against your code
|
||||||
- **Clear Distinction**: no more confusing `1 l I |` or `0 O o`
|
- **Clear Distinction**: no more confusing `1 l I |` or `0 O o`
|
||||||
- **Language Agnostic**: clean sigils (`$s @a %h &f *x`) for Perl + elegant operators (`:: -> <$> >>=`) for Haskell + clear symbols (`-> ++ -- += << >>`) for C/C++
|
- **Language-Aware Design**: clean sigils (`$s @a %h &f *x`) for Perl + elegant operators (`:: -> <$> >>=`) for Haskell + clear symbols (`-> ++ -- += << >>`) for C/C++
|
||||||
|
|
||||||
## Showcase
|
## Showcase
|
||||||
<picture>
|
<picture>
|
||||||
|
|||||||
BIN
images/hero.png
BIN
images/hero.png
Binary file not shown.
|
Before Width: | Height: | Size: 197 KiB After Width: | Height: | Size: 221 KiB |
@@ -1,14 +1,16 @@
|
|||||||
magick \
|
magick \
|
||||||
-size 1000x1100 xc:"#0d0d0d" \
|
-size 1000x1500 xc:"#0d0d0d" \
|
||||||
-font "Myna" \
|
-font "Myna" \
|
||||||
-gravity north \
|
-gravity north \
|
||||||
-fill "#EEEEEE" -pointsize 96 -annotate +0+80 "MYNA" \
|
-fill "#EEEEEE" -pointsize 96 -annotate +0+80 "MYNA" \
|
||||||
-fill "hsl(0, 100%, 70%)" -pointsize 72 -annotate +0+200 "ABCDEFGHIJKLMNOPQRSTUVWXYZ" \
|
-fill "hsl(0, 100%, 70%)" -pointsize 72 -annotate +0+200 "ABCDEFGHIJKLMNOPQRSTUVWXYZ" \
|
||||||
-fill "hsl(200, 100%, 70%)" -pointsize 72 -annotate +0+300 "abcdefghijklmnopqrstuvwxyz" \
|
-fill "hsl(30, 100%, 70%)" -pointsize 72 -annotate +0+300 "abcdefghijklmnopqrstuvwxyz" \
|
||||||
-fill "hsl(300, 100%, 70%)" -pointsize 72 -annotate +0+400 "0 1 2 3 4 5 6 7 8 9" \
|
-fill "hsl(60, 100%, 70%)" -pointsize 72 -annotate +0+400 "0 1 2 3 4 5 6 7 8 9" \
|
||||||
-fill "hsl(100, 100%, 70%)" -pointsize 72 -annotate +0+500 "[] {} () <> | \\\ ? ! #" \
|
-fill "hsl(90, 100%, 70%)" -pointsize 72 -annotate +0+500 "[] {} () <> | \\\ ? ! #" \
|
||||||
-fill "hsl(250, 100%, 70%)" -pointsize 72 -annotate +0+600 "\` ' \" , . ; : ~ ^ _" \
|
-fill "hsl(120, 100%, 70%)" -pointsize 72 -annotate +0+600 "\` ' \" , . ; : ~ ^ _" \
|
||||||
-fill "hsl(350, 100%, 70%)" -pointsize 72 -annotate +0+700 "+ - = ++ -- += -= == !=" \
|
-fill "hsl(150, 100%, 70%)" -pointsize 72 -annotate +0+700 "+ - = ++ -- += -= == !=" \
|
||||||
-fill "hsl(150, 100%, 70%)" -pointsize 72 -annotate +0+800 "\$s @a \%h &f *x =~ \$# @$ \%$" \
|
-fill "hsl(180, 100%, 70%)" -pointsize 72 -annotate +0+800 "\$s @a \%h &f *x =~ \$# @$ \%$" \
|
||||||
-fill "hsl(50, 100%, 70%)" -pointsize 72 -annotate +0+900 ":: -> => <$> >>= ^. \%~" \
|
-fill "hsl(210, 100%, 70%)" -pointsize 72 -annotate +0+900 ":: -> => <$> >>= ^. \%~" \
|
||||||
|
-fill "hsl(240, 100%, 70%)" -pointsize 72 -annotate +0+1000 "0 O o | 1 l I `' Z 2" \
|
||||||
|
-fill "hsl(270, 100%, 70%)" -pointsize 72 -annotate +0+1100 "→ $ £ € ¥ ₹ ₽ ←" \
|
||||||
$1
|
$1
|
||||||
|
|||||||
Reference in New Issue
Block a user