Skip to content

Commit e0fd730

Browse files
committed
Logo (Builtin): add Vincent OS
Fixes #2030
1 parent b761034 commit e0fd730

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

src/logo/ascii/vincentos.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
__agggg
2+
_g@@@@@@@P
3+
a@@@@@@@@F
4+
_@@@@@@@@F
5+
$2a@@@@@@_ _@@@@@@_$1`
6+
$2_a@@@~@@@@, @@@@~M@@&_
7+
_@@@~ `@@@@ @@@@~ `@@@_
8+
@@@" ~@@@@ @@@@~ "@@@
9+
@@@ ~@@@@ @@@@F @@@
10+
@@@ 4@@@@ @@@@F @@@
11+
@@@_ 4@@@b @@@@F _@@@
12+
"@@@_ 4@@@yy@@@F _@@@"
13+
"R@@g_ 5@@@@@@@ _g@@@"
14+
~@@@gy_ @@@@@@ _yg@@@~
15+
`T@@@@gyyy@@@@yyag@@@@F~
16+
~~FRR@@@@@@RPF~~

src/logo/builtin.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5211,6 +5211,15 @@ static const FFlogo V[] = {
52115211
FF_COLOR_FG_BLUE,
52125212
},
52135213
},
5214+
// VincentOS
5215+
{
5216+
.names = {"VincentOS"},
5217+
.lines = FASTFETCH_DATATEXT_LOGO_VINCENTOS,
5218+
.colors = {
5219+
FF_COLOR_FG_GREEN,
5220+
FF_COLOR_FG_DEFAULT,
5221+
},
5222+
},
52145223
// Vnux
52155224
{
52165225
.names = {"Vnux"},

0 commit comments

Comments
 (0)