Logo (Builtin): add XCP-ng

Fix #1359
This commit is contained in:
李通洲 2024-10-26 22:27:09 +08:00
parent 20f9ff9bae
commit 2dc8ac6a51
2 changed files with 28 additions and 0 deletions

15
src/logo/ascii/xcp_ng.txt Normal file
View File

@ -0,0 +1,15 @@
${c3}%${c4}#
${c1}((((${c3}%%%%%${c4}&&
${c1}#((((((((((${c4}&&&&
${c1}(((((((((((${c2}#####${c4}&&
${c1}(((((${c5}%.....${c2}%#######
${c1}(((( ((((((${c5}%.......${c2}%####,
${c1}%((((((& ((((((((${c5}%.....${c2}%####
${c1}((((((((((((((${c2}###########
${c1}(((( (((((((${c2}###########
${c1}( /((((${c2}###########
${c6},,*..${c2}##########
${c6},,,******${c2}## ######
${c6},,,*,,,, ${c2}## ######
${c6}. .,,,, ${c2}### ##
${c6}...

View File

@ -4821,6 +4821,19 @@ static const FFlogo X[] = {
FF_COLOR_FG_RED,
}
},
// XCP-ng
{
.names = {"XCP-ng", "xenenterprise"},
.lines = FASTFETCH_DATATEXT_LOGO_XCP_NG,
.colors = {
FF_COLOR_FG_RED,
FF_COLOR_FG_RED,
FF_COLOR_FG_BLACK,
FF_COLOR_FG_BLACK,
FF_COLOR_FG_BLUE,
FF_COLOR_FG_YELLOW,
}
},
// Xferience
{
.names = {"Xferience"},