Skip to content

Commit 2f4146f

Browse files
committed
Logo (Builtin): update default colors of voidlinux
Fix #1775
1 parent eeceade commit 2f4146f

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
@@ -5108,9 +5108,9 @@ static const FFlogo V[] = {
51085108
.lines = FASTFETCH_DATATEXT_LOGO_VOID,
51095109
.colors = {
51105110
FF_COLOR_FG_GREEN,
5111-
FF_COLOR_FG_BLACK,
5111+
FF_COLOR_FG_LIGHT_BLACK,
51125112
},
5113-
.colorKeys = FF_COLOR_FG_WHITE,
5113+
.colorKeys = FF_COLOR_FG_DEFAULT,
51145114
.colorTitle = FF_COLOR_FG_GREEN,
51155115
},
51165116
// VoidSmall
@@ -5121,7 +5121,7 @@ static const FFlogo V[] = {
51215121
.colors = {
51225122
FF_COLOR_FG_GREEN,
51235123
},
5124-
.colorKeys = FF_COLOR_FG_WHITE,
5124+
.colorKeys = FF_COLOR_FG_DEFAULT,
51255125
.colorTitle = FF_COLOR_FG_GREEN,
51265126
},
51275127
// Void2Small

0 commit comments

Comments
 (0)