Skip to content

Commit

Permalink
Logo (Builtin): change arch_old logo colours to be more accurate to t…
Browse files Browse the repository at this point in the history
…he actual original logo.
  • Loading branch information
sirenuf authored Jan 31, 2025
1 parent fe7c4f7 commit 33c905a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,11 @@ static const FFlogo A[] = {
.type = FF_LOGO_LINE_TYPE_ALTER_BIT,
.lines = FASTFETCH_DATATEXT_LOGO_ARCH_OLD,
.colors = {
FF_COLOR_FG_CYAN,
FF_COLOR_FG_BLUE,
FF_COLOR_FG_WHITE,
},
.colorTitle = FF_COLOR_FG_DEFAULT,
.colorKeys = FF_COLOR_FG_CYAN,
.colorKeys = FF_COLOR_FG_BLUE,
},
// Archlabs
{
Expand Down

0 comments on commit 33c905a

Please sign in to comment.