Skip to content

Commit 9d70469

Browse files
sgilissenCarterLi
andauthored
Logo (Builtin): adds Amiga logo (#2061)
* Add Amiga logo * Update ASCII art in amiga.txt --------- Co-authored-by: Carter Li <CarterLi@users.noreply.github.com>
1 parent a94f0ef commit 9d70469

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

src/logo/ascii/amiga.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
----.---
2+
:-==.-==-
3+
$2 -=== ===:
4+
===-:===.
5+
$3 -+++:=++=
6+
=+++ +++.
7+
$6 .+++-=++=
8+
$4.::. ::: $6 :**+ +**-
9+
$4 :--:.---. $6 .+**=-***.
10+
$5 :--- ---::$6***:***+
11+
$5 .---::-$6=##*.*##-
12+
$7 ----+$6##=:##*.
13+
$7 :-$6###-*##+

src/logo/builtin.c

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,20 @@ static const FFlogo A[] = {
181181
FF_COLOR_FG_256 "178",
182182
}
183183
},
184+
// Amiga
185+
{
186+
.names = {"Amiga"},
187+
.lines = FASTFETCH_DATATEXT_LOGO_AMIGA,
188+
.colors = {
189+
FF_COLOR_FG_RED,
190+
FF_COLOR_FG_LIGHT_RED,
191+
FF_COLOR_FG_YELLOW,
192+
FF_COLOR_FG_BLUE,
193+
FF_COLOR_FG_CYAN,
194+
FF_COLOR_FG_LIGHT_YELLOW,
195+
FF_COLOR_FG_GREEN,
196+
}
197+
},
184198
// AmogOS
185199
{
186200
.names = {"AmogOS"},

0 commit comments

Comments
 (0)