Skip to content
6 changes: 6 additions & 0 deletions src/logo/ascii/enos.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
______ _ _ ____ _____
| ____| \ | | / __ \ / ____|
| |__ | \| |______| | | | (___
| __| | . ` |______| | | |\___ \
| |____| |\ | | |__| |____) |
|______|_| \_| \____/|_____/
12 changes: 12 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1591,6 +1591,18 @@ static const FFlogo E[] = {
FF_COLOR_FG_DEFAULT,
},
},
// EN-OS
{
.names = {"ENOS"},
.lines = FASTFETCH_DATATEXT_LOGO_ENOS,
.colors = {
FF_COLOR_FG_BLUE,
FF_COLOR_FG_LIGHT_BLUE,
FF_COLOR_FG_MAGENTA,
Comment on lines +1599 to +1601
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't have any color placeholders. What does these colors do?

},
.colorKeys = FF_COLOR_FG_LIGHT_BLUE,
.colorTitle = FF_COLOR_FG_BLUE,
},
// EncryptOS
{
.names = {"EncryptOS"},
Expand Down