Skip to content

Commit 07b3cf3

Browse files
committed
Logo (Builtin): update arch3
1 parent 616c99a commit 07b3cf3

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

src/logo/ascii/arch_small.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
/ \
33
/ \
44
/ \
5-
/ ,, \
5+
$2 / ,, \
66
/ | | \
7-
/_-'' ''-_\
7+
/_-'' ''-_\

src/logo/builtin.c

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,6 @@ static const FFlogo A[] = {
328328
FF_COLOR_FG_CYAN,
329329
FF_COLOR_FG_CYAN,
330330
},
331-
.colorKeys = FF_COLOR_FG_CYAN,
332-
.colorTitle = FF_COLOR_FG_CYAN,
333331
},
334332
// Arch2
335333
{
@@ -340,8 +338,16 @@ static const FFlogo A[] = {
340338
FF_COLOR_FG_CYAN,
341339
FF_COLOR_FG_CYAN,
342340
},
343-
.colorKeys = FF_COLOR_FG_CYAN,
344-
.colorTitle = FF_COLOR_FG_CYAN,
341+
},
342+
// Arch3
343+
{
344+
.names = {"arch3", "archlinux3", "arch-linux3"},
345+
.type = FF_LOGO_LINE_TYPE_ALTER_BIT,
346+
.lines = FASTFETCH_DATATEXT_LOGO_ARCH3,
347+
.colors = {
348+
FF_COLOR_FG_CYAN,
349+
FF_COLOR_FG_CYAN,
350+
},
345351
},
346352
// ArchSmall
347353
{
@@ -350,9 +356,8 @@ static const FFlogo A[] = {
350356
.lines = FASTFETCH_DATATEXT_LOGO_ARCH_SMALL,
351357
.colors = {
352358
FF_COLOR_FG_CYAN,
359+
FF_COLOR_FG_CYAN,
353360
},
354-
.colorKeys = FF_COLOR_FG_CYAN,
355-
.colorTitle = FF_COLOR_FG_CYAN,
356361
},
357362
// Archlabs
358363
{

0 commit comments

Comments
 (0)