Logo (Builtin): adds MacaroniOS

Fixes #2018
This commit is contained in:
李通洲
2025-10-20 15:12:11 +08:00
parent 904f860f3c
commit f71bb682de
2 changed files with 22 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
.::-::::. :======---:.
.-=++++++++==-:. .:-++===--=**+=:
.=. ...:::::--=****+++=-:. --
-: $2.-==-.$1 .::. ::
. $2:*%@@@@@#. .:::.
:#%%%%%@%#+. :*##%%%%#+.
*%%%%%%*. =. +*#%%%%%%%#:
*%%%%%%- +%%%%%%#@=
:%%%%%%#-. .:+%%%%%%%%+
:*%%%%%%+. .-+*###*=:
:=+=-.
+11
View File
@@ -2856,6 +2856,17 @@ static const FFlogo L[] = {
};
static const FFlogo M[] = {
// Macaroni
{
.names = {"Macaroni"},
.lines = FASTFETCH_DATATEXT_LOGO_MACARONIOS,
.colors = {
FF_COLOR_FG_YELLOW,
FF_COLOR_FG_WHITE,
},
.colorKeys = FF_COLOR_FG_YELLOW,
.colorTitle = FF_COLOR_FG_GREEN,
},
// MacOS
{
.names = {"macos", "mac"},