Logo (Builtin): add Interix

This commit is contained in:
李通洲
2023-11-01 11:16:16 +08:00
parent 6508ccfc0d
commit 4bf9f524d9
3 changed files with 30 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ Logos:
* Add cycledream
* Add Evolinx
* Add azos
* Add Interix
# 2.1.2
+17
View File
@@ -0,0 +1,17 @@
.${c3}.
${c1} 75${c3}G!
${c1} ^?PG${c3}&&J.
${c1} :!5GPP${c3}&&&B!
${c1} :YPPPPP${c3}&&&&&Y:
${c1} !5PPPPPP${c3}&&&&&&B!
${c1} :?PPPPPPPP${c3}&&&&&&&&Y~
${c1} !5PPPPPPPPP${c3}###&&&&&&B7
${c1} :?PPPP5555555${c3}B####&&&&&&5:
${c1} ~5PPPP555YJ${c5}7!~7?${c3}5B###&&&&&B?.
${c1} .:JPPPP5555Y${c5}?^....:^?${c3}G####&&&&&5:
${c1} 75PPP555555Y${c5}7:....:^!${c3}5#####&&&&&B7.
${c1} :JPPPP${c2}555555YY?${c5}~::::^~${c2}7YPGBB###${c3}&&&&&5^
${c1}75${c2}GGPPPPPP555555YJ?77??YYYYYY55PPGGB#${c3}&B?
${c2}~!!7JY5PGGBBBBBBBBGGGGGGGBGGGGGP5YJ?7~~~
.::^~7?JYPGBB#BGPYJ?7!7^:.
..:^...
+12
View File
@@ -1867,6 +1867,18 @@ static const FFlogo I[] = {
.colorKeys = FF_COLOR_FG_BLUE,
.colorTitle = FF_COLOR_FG_CYAN,
},
// Interix
{
.names = {"Interix"},
.lines = FASTFETCH_DATATEXT_LOGO_INTERIX,
.colors = {
FF_COLOR_FG_RED,
FF_COLOR_FG_WHITE,
FF_COLOR_FG_BLUE,
FF_COLOR_FG_BLACK,
FF_COLOR_FG_YELLOW,
},
},
// IRIX
{
.names = {"IRIX"},