Skip to content

Commit 55a0c6e

Browse files
committed
Logo (Builtin): adds EmperorOS
Fixes #1963
1 parent 8b8e4a4 commit 55a0c6e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

src/logo/ascii/emperoros.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
!!
2+
!!!!
3+
llllll
4+
llllll
5+
IIIIIIIIII
6+
IIIIIIIIIIIIIIIIIIII
7+
;;;;;;;;;;;;;;;;;;;;;;;;
8+
;;;;;;;;;;;;;;;;;;;;
9+
:;;::;:;::
10+
::::::
11+
,,,,,,
12+
,,,,
13+
""

src/logo/builtin.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,6 +1558,15 @@ static const FFlogo E[] = {
15581558
.colorKeys = FF_COLOR_FG_DEFAULT,
15591559
.colorTitle = FF_COLOR_FG_CYAN,
15601560
},
1561+
// EmperorOS
1562+
{
1563+
.names = {"Emperor"},
1564+
.lines = FASTFETCH_DATATEXT_LOGO_EMPEROROS,
1565+
.colors = {
1566+
FF_COLOR_FG_YELLOW,
1567+
FF_COLOR_FG_DEFAULT,
1568+
},
1569+
},
15611570
// EncryptOS
15621571
{
15631572
.names = {"EncryptOS"},

0 commit comments

Comments
 (0)