Skip to content

Commit 8f27e43

Browse files
committed
Logo (Builtin): fix color of Haiku in light mode
1 parent 8774fb3 commit 8f27e43

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
@@ -2008,7 +2008,7 @@ static const FFlogo H[] = {
20082008
.colors = {
20092009
FF_COLOR_FG_RED,
20102010
FF_COLOR_FG_YELLOW,
2011-
FF_COLOR_FG_WHITE,
2011+
FF_COLOR_FG_DEFAULT,
20122012
FF_COLOR_FG_GREEN,
20132013
},
20142014
.colorKeys = FF_COLOR_FG_RED,

0 commit comments

Comments
 (0)