Skip to content

Commit 3c2e21b

Browse files
Logo (Builtin): adds EN-OS
[LOGO] Add EN-OS
1 parent 3eaebd3 commit 3c2e21b

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

src/logo/ascii/enos.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
______ _ _ ____ _____
2+
| ____| \ | | / __ \ / ____|
3+
| |__ | \| |______| | | | (___
4+
| __| | . ` |______| | | |\___ \
5+
| |____| |\ | | |__| |____) |
6+
|______|_| \_| \____/|_____/

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,6 +1561,16 @@ static const FFlogo E[] = {
15611561
FF_COLOR_FG_DEFAULT,
15621562
},
15631563
},
1564+
// EN-OS
1565+
{
1566+
.names = {"ENOS"},
1567+
.lines = FASTFETCH_DATATEXT_LOGO_ENOS,
1568+
.colors = {
1569+
FF_COLOR_FG_LIGHT_BLUE,
1570+
},
1571+
.colorKeys = FF_COLOR_FG_LIGHT_BLUE,
1572+
.colorTitle = FF_COLOR_FG_LIGHT_BLUE,
1573+
},
15641574
// EncryptOS
15651575
{
15661576
.names = { "EncryptOS" },

0 commit comments

Comments
 (0)