Skip to content

Commit 1180eb5

Browse files
committed
Logo (Builtin): adds TempleOS
Fixes #1969
1 parent f0e9caa commit 1180eb5

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

src/logo/ascii/templeos.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
$1aooooo$2,
2+
$1aooooo$2``
3+
$1aooooo$2``
4+
$3(((((( $1aooooo$2``$3((((((
5+
$1oooo$3@@ @C@*;,./k@@ @@ @$1oooo$2
6+
$1oooooo$3@@ @@@@@@@@ @@k$1oooooo$2``
7+
$1oooooooo$3\@ @/@@ @@$1ooooooooo$2``
8+
`````````$3'*@*/'$2````````````
9+
$3@@@( $1aooooo$2`` $3@@@@
10+
@@ @ $1aooooo$2`` $3@ @@
11+
@@@ $1aooooo$2`` $3@@@,
12+
@@ $1aooooo$2`` $3 @@
13+
@ $1aooooo$2`` $3 (@
14+
$1aooooo$2``
15+
$1aooooo$2``
16+
$1aooooo$2``
17+
$1aooooo$2``
18+
$1aooooo$2``
19+
```````
20+
`````

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4768,6 +4768,16 @@ static const FFlogo T[] = {
47684768
FF_COLOR_FG_WHITE,
47694769
},
47704770
},
4771+
// TempleOS
4772+
{
4773+
.names = {"TempleOS"},
4774+
.lines = FASTFETCH_DATATEXT_LOGO_TEMPLEOS,
4775+
.colors = {
4776+
FF_COLOR_FG_YELLOW,
4777+
FF_COLOR_FG_RED,
4778+
FF_COLOR_FG_CYAN,
4779+
},
4780+
},
47714781
// TileOS
47724782
{
47734783
.names = {"TileOS"},

0 commit comments

Comments
 (0)