Skip to content

Commit f71bb68

Browse files
committed
Logo (Builtin): adds MacaroniOS
Fixes #2018
1 parent 904f860 commit f71bb68

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

src/logo/ascii/macaronios.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.::-::::. :======---:.
2+
.-=++++++++==-:. .:-++===--=**+=:
3+
.=. ...:::::--=****+++=-:. --
4+
-: $2.-==-.$1 .::. ::
5+
. $2:*%@@@@@#. .:::.
6+
:#%%%%%@%#+. :*##%%%%#+.
7+
*%%%%%%*. =. +*#%%%%%%%#:
8+
*%%%%%%- +%%%%%%#@=
9+
:%%%%%%#-. .:+%%%%%%%%+
10+
:*%%%%%%+. .-+*###*=:
11+
:=+=-.

src/logo/builtin.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2856,6 +2856,17 @@ static const FFlogo L[] = {
28562856
};
28572857

28582858
static const FFlogo M[] = {
2859+
// Macaroni
2860+
{
2861+
.names = {"Macaroni"},
2862+
.lines = FASTFETCH_DATATEXT_LOGO_MACARONIOS,
2863+
.colors = {
2864+
FF_COLOR_FG_YELLOW,
2865+
FF_COLOR_FG_WHITE,
2866+
},
2867+
.colorKeys = FF_COLOR_FG_YELLOW,
2868+
.colorTitle = FF_COLOR_FG_GREEN,
2869+
},
28592870
// MacOS
28602871
{
28612872
.names = {"macos", "mac"},

0 commit comments

Comments
 (0)