We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8e4a4 commit 55a0c6eCopy full SHA for 55a0c6e
src/logo/ascii/emperoros.txt
@@ -0,0 +1,13 @@
1
+ !!
2
+ !!!!
3
+ llllll
4
5
+ IIIIIIIIII
6
+ IIIIIIIIIIIIIIIIIIII
7
+;;;;;;;;;;;;;;;;;;;;;;;;
8
+ ;;;;;;;;;;;;;;;;;;;;
9
+ :;;::;:;::
10
+ ::::::
11
+ ,,,,,,
12
+ ,,,,
13
+ ""
src/logo/builtin.c
@@ -1558,6 +1558,15 @@ static const FFlogo E[] = {
1558
.colorKeys = FF_COLOR_FG_DEFAULT,
1559
.colorTitle = FF_COLOR_FG_CYAN,
1560
},
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
1570
// EncryptOS
1571
{
1572
.names = {"EncryptOS"},
0 commit comments