Skip to content

Commit f1cc4a7

Browse files
committed
Logo (Builtin): fix colors of raw Linux logo
1 parent c574af9 commit f1cc4a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/logo/builtin.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2684,11 +2684,11 @@ static const FFlogo L[] = {
26842684
.lines = FASTFETCH_DATATEXT_LOGO_LINUX,
26852685
.colors = {
26862686
FF_COLOR_FG_WHITE,
2687-
FF_COLOR_FG_BLACK,
2687+
FF_COLOR_FG_LIGHT_BLACK,
26882688
FF_COLOR_FG_YELLOW,
26892689
},
2690-
.colorKeys = FF_COLOR_FG_WHITE,
2691-
.colorTitle = FF_COLOR_FG_WHITE,
2690+
.colorKeys = FF_COLOR_FG_DEFAULT,
2691+
.colorTitle = FF_COLOR_FG_YELLOW,
26922692
},
26932693
// LinuxFromScratch
26942694
{

0 commit comments

Comments
 (0)