Logo (Builtin): add Vincent OS

Fixes #2030
This commit is contained in:
李通洲
2025-10-31 11:02:45 +08:00
parent b761034aae
commit e0fd7308be
2 changed files with 25 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
__agggg
_g@@@@@@@P
a@@@@@@@@F
_@@@@@@@@F
$2a@@@@@@_ _@@@@@@_$1`
$2_a@@@~@@@@, @@@@~M@@&_
_@@@~ `@@@@ @@@@~ `@@@_
@@@" ~@@@@ @@@@~ "@@@
@@@ ~@@@@ @@@@F @@@
@@@ 4@@@@ @@@@F @@@
@@@_ 4@@@b @@@@F _@@@
"@@@_ 4@@@yy@@@F _@@@"
"R@@g_ 5@@@@@@@ _g@@@"
~@@@gy_ @@@@@@ _yg@@@~
`T@@@@gyyy@@@@yyag@@@@F~
~~FRR@@@@@@RPF~~
+9
View File
@@ -5211,6 +5211,15 @@ static const FFlogo V[] = {
FF_COLOR_FG_BLUE,
},
},
// VincentOS
{
.names = {"VincentOS"},
.lines = FASTFETCH_DATATEXT_LOGO_VINCENTOS,
.colors = {
FF_COLOR_FG_GREEN,
FF_COLOR_FG_DEFAULT,
},
},
// Vnux
{
.names = {"Vnux"},