Skip to content

Commit 0ae1bd5

Browse files
authored
Add Arkane Linux logo (#1071)
1 parent 02f3789 commit 0ae1bd5

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

src/logo/ascii/arkane.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.:..
2+
..:::......
3+
$2.$1 .$2.$1.....
4+
$2+=$1...$1==$1....
5+
......:.$3:-$2:$1..$3+*$2=$1....
6+
$2:----::$1......
7+
$2.=***##*+=: $1..
8+
$2=$3***######*$2=
9+
$2.$3-*######+
10+
$2:+$3###%%%###$1:
11+
$2-+*$3########+$1.
12+
$2=++*$3#######$1-
13+
$2-+=+**$3*####$1=
14+
$1.$2-=++==***$3##*$1-
15+
$2-++++++==++++=
16+
.-+++**+++=+===$1.
17+
$2:---===++++=-=--$1.
18+
$2-===============$1-==--:
19+
$2.-==+++***++*$3*#########$1=:::.
20+
$2.-=++++*++++**$3#######%%###$1=
21+
$2.:==++++++**$3#############$1:
22+
$2.$1-+*++*+++==$3###$1+
23+
-$3*+$1:

src/logo/builtin.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,18 @@ static const FFlogo A[] = {
381381
.colorKeys = FF_COLOR_FG_CYAN,
382382
.colorTitle = FF_COLOR_FG_CYAN,
383383
},
384+
// Arkane
385+
{
386+
.names = {"Arkane", "Arkane Linux"},
387+
.lines = FASTFETCH_DATATEXT_LOGO_ARKANE,
388+
.colors = {
389+
FF_COLOR_FG_256 "237",
390+
FF_COLOR_FG_256 "130",
391+
FF_COLOR_FG_WHITE,
392+
},
393+
.colorKeys = FF_COLOR_FG_256 "130",
394+
.colorTitle = FF_COLOR_FG_WHITE,
395+
},
384396
// Armbian
385397
{
386398
.names = {"Armbian"},

0 commit comments

Comments
 (0)