We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87446e6 commit 901e0ebCopy full SHA for 901e0eb
src/logo/ascii/ultramarine_small.txt
@@ -0,0 +1,14 @@
1
+ @@@@@@@@@@@@
2
+ @@@@@@@@@@@@@@@@@@
3
+ @@@@@@@@@@@@@@@@@@@@@@
4
+ @@@@@@@@@@@@@@@@@@@@@@@@
5
+@@@@@@@@@@@@@@@@@@@@@@@@@@
6
+@@@@@@@@@*=+*%@@@@@@@@@@@@
7
+@@@@@@@@@@: :#@@@@@@@@@@
8
+@@@@@@@@@# -#@@@@@@@@
9
+@@%###*=. :=*#@@@@
10
+@@= =@@
11
+ @@= -@@
12
+ @@*: :*@@
13
+ @%*=: :=*@@
14
+ @@@%%##%%@@@
src/logo/builtin.c
@@ -4635,6 +4635,15 @@ static const FFlogo U[] = {
4635
FF_COLOR_FG_WHITE,
4636
},
4637
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
4647
// Unifi
4648
{
4649
.names = {"Unifi"},
0 commit comments