Skip to content

Commit 72236f6

Browse files
committed
Logo (Builtin): add z/OS
Ref: dylanaraps/neofetch#2436
1 parent 51b0c43 commit 72236f6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/logo/ascii/zos.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// OOOOOOO SSSSSSS
2+
// OO OO SS
3+
zzzzzz // OO OO SS
4+
zz // OO OO SSSS
5+
zz // OO OO SS
6+
zz // OO OO SS
7+
zzzzzz // OOOOOOO SSSSSSS

src/logo/builtin.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4422,6 +4422,14 @@ static const FFlogo Z[] = {
44224422
.colorKeys = FF_COLOR_FG_BLUE,
44234423
.colorTitle = FF_COLOR_FG_BLUE,
44244424
},
4425+
// Z/OS
4426+
{
4427+
.names = {"z/OS", "zos"},
4428+
.lines = FASTFETCH_DATATEXT_LOGO_ZOS,
4429+
.colors = {
4430+
FF_COLOR_FG_BLUE,
4431+
},
4432+
},
44254433
// LAST
44264434
{},
44274435
};

0 commit comments

Comments
 (0)