Skip to content

Commit 33c905a

Browse files
authored
Logo (Builtin): change arch_old logo colours to be more accurate to the actual original logo.
1 parent fe7c4f7 commit 33c905a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/logo/builtin.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,11 @@ static const FFlogo A[] = {
384384
.type = FF_LOGO_LINE_TYPE_ALTER_BIT,
385385
.lines = FASTFETCH_DATATEXT_LOGO_ARCH_OLD,
386386
.colors = {
387-
FF_COLOR_FG_CYAN,
387+
FF_COLOR_FG_BLUE,
388388
FF_COLOR_FG_WHITE,
389389
},
390390
.colorTitle = FF_COLOR_FG_DEFAULT,
391-
.colorKeys = FF_COLOR_FG_CYAN,
391+
.colorKeys = FF_COLOR_FG_BLUE,
392392
},
393393
// Archlabs
394394
{

0 commit comments

Comments
 (0)