Skip to content

Commit 901e0eb

Browse files
committed
Logo (Builtin): add Ultramarine Small
Fix #1438
1 parent 87446e6 commit 901e0eb

File tree

2 files changed

+23
-0
lines changed

2 files changed

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

src/logo/builtin.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4635,6 +4635,15 @@ static const FFlogo U[] = {
46354635
FF_COLOR_FG_WHITE,
46364636
},
46374637
},
4638+
// Ultramarine Small
4639+
{
4640+
.names = {"Ultramarine_small"},
4641+
.lines = FASTFETCH_DATATEXT_LOGO_ULTRAMARINE_SMALL,
4642+
.colors = {
4643+
FF_COLOR_FG_BLUE,
4644+
FF_COLOR_FG_WHITE,
4645+
},
4646+
},
46384647
// Unifi
46394648
{
46404649
.names = {"Unifi"},

0 commit comments

Comments
 (0)