Skip to content

Commit 7a73211

Browse files
committed
Logo (Builtin): use FG_DEFAULT instead of FG_WHITE
1 parent ca04999 commit 7a73211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logo/builtin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3455,7 +3455,7 @@ static const FFlogo O[] = {
34553455
.lines = FASTFETCH_DATATEXT_LOGO_OPENINDIANA,
34563456
.colors = {
34573457
FF_COLOR_FG_BLUE,
3458-
FF_COLOR_FG_WHITE,
3458+
FF_COLOR_FG_DEFAULT,
34593459
},
34603460
},
34613461
// OpenMamba

0 commit comments

Comments
 (0)