Skip to content

Commit d25ac86

Browse files
CrystaltrdCarterLi
andauthored
Logo (Builtin): Add Magix (#1228)
* Add Magix (Correctly this time) * Update magix.txt * Update builtin.c --------- Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
1 parent de8bbc9 commit d25ac86

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

src/logo/ascii/magix.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
${c2}@
2+
@@--=====@@
3+
@@--==@@ @@====+@
4+
@-@@ @==@
5+
@=@
6+
@=@${c1} @=@ @-==== @=@${c2}
7+
@=@${c1} @-===@==++@===+@${c2}
8+
@=@${c1} @--====@@=====+@${c2}
9+
-=@${c1} @--==========++@${c2}
10+
==${c1} @--==========++@${c2} @=@
11+
@==${c1} @--=======@==++@${c2} @=+@
12+
@==${c1} @-==========++${c2} @=@
13+
@==${c1} @-=======@=%${c2} @=@
14+
@==${c1} @@@@@@${c2} @=@
15+
@====@@@ @@===+%
16+
@@=====@@==++++@@
17+
=#@=@
18+
@==@++@
19+
@@@

src/logo/builtin.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2623,6 +2623,17 @@ static const FFlogo M[] = {
26232623
.colorKeys = FF_COLOR_FG_CYAN,
26242624
.colorTitle = FF_COLOR_FG_WHITE,
26252625
},
2626+
// Magix
2627+
{
2628+
.names = {"Magix","MagixOS"},
2629+
.lines = FASTFETCH_DATATEXT_LOGO_MAGIX,
2630+
.colors = {
2631+
FF_COLOR_FG_LIGHT_MAGENTA,
2632+
FF_COLOR_FG_CYAN,
2633+
},
2634+
.colorKeys = FF_COLOR_FG_CYAN,
2635+
.colorTitle = FF_COLOR_FG_LIGHT_MAGENTA,
2636+
},
26262637
// MagpieOS
26272638
{
26282639
.names = {"MagpieOS", "Magpie"},

0 commit comments

Comments
 (0)