diff --git a/src/logo/ascii/ultramarine_small.txt b/src/logo/ascii/ultramarine_small.txt new file mode 100644 index 000000000..a9d93c676 --- /dev/null +++ b/src/logo/ascii/ultramarine_small.txt @@ -0,0 +1,14 @@ + @@@@@@@@@@@@ + @@@@@@@@@@@@@@@@@@ + @@@@@@@@@@@@@@@@@@@@@@ + @@@@@@@@@@@@@@@@@@@@@@@@ +@@@@@@@@@@@@@@@@@@@@@@@@@@ +@@@@@@@@@*=+*%@@@@@@@@@@@@ +@@@@@@@@@@: :#@@@@@@@@@@ +@@@@@@@@@# -#@@@@@@@@ +@@%###*=. :=*#@@@@ +@@= =@@ + @@= -@@ + @@*: :*@@ + @%*=: :=*@@ + @@@%%##%%@@@ diff --git a/src/logo/builtin.c b/src/logo/builtin.c index e58a37bfe..a8271d6f5 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -4635,6 +4635,15 @@ static const FFlogo U[] = { FF_COLOR_FG_WHITE, }, }, + // Ultramarine Small + { + .names = {"Ultramarine_small"}, + .lines = FASTFETCH_DATATEXT_LOGO_ULTRAMARINE_SMALL, + .colors = { + FF_COLOR_FG_BLUE, + FF_COLOR_FG_WHITE, + }, + }, // Unifi { .names = {"Unifi"},