Skip to content

Commit 78ffbca

Browse files
Apply suggestions from code review
1 parent 66a19b3 commit 78ffbca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/logo/builtin.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3138,7 +3138,7 @@ static const FFlogo M[] = {
31383138
.names = {"metalos"},
31393139
.lines = FASTFETCH_DATATEXT_LOGO_METALOS,
31403140
.colors = {
3141-
FF_COLOR_FG_LIGHT_BLACK, //grey
3141+
FF_COLOR_FG_WHITE,
31423142
FF_COLOR_FG_DEFAULT,
31433143
},
31443144
.colorKeys = FF_COLOR_FG_WHITE,
@@ -3150,7 +3150,7 @@ static const FFlogo M[] = {
31503150
.lines = FASTFETCH_DATATEXT_LOGO_METALOS_SMALL,
31513151
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
31523152
.colors = {
3153-
FF_COLOR_FG_LIGHT_BLACK, //grey
3153+
FF_COLOR_FG_WHITE,
31543154
FF_COLOR_FG_DEFAULT,
31553155
},
31563156
.colorKeys = FF_COLOR_FG_WHITE,

0 commit comments

Comments
 (0)