Skip to content

Commit

Permalink
Logo (Builtin): add z/OS
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Feb 6, 2024
1 parent 51b0c43 commit 72236f6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/logo/ascii/zos.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// OOOOOOO SSSSSSS
// OO OO SS
zzzzzz // OO OO SS
zz // OO OO SSSS
zz // OO OO SS
zz // OO OO SS
zzzzzz // OOOOOOO SSSSSSS
8 changes: 8 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -4422,6 +4422,14 @@ static const FFlogo Z[] = {
.colorKeys = FF_COLOR_FG_BLUE,
.colorTitle = FF_COLOR_FG_BLUE,
},
// Z/OS
{
.names = {"z/OS", "zos"},
.lines = FASTFETCH_DATATEXT_LOGO_ZOS,
.colors = {
FF_COLOR_FG_BLUE,
},
},
// LAST
{},
};
Expand Down

0 comments on commit 72236f6

Please sign in to comment.