We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a19b3 commit 78ffbcaCopy full SHA for 78ffbca
1 file changed
src/logo/builtin.c
@@ -3138,7 +3138,7 @@ static const FFlogo M[] = {
3138
.names = {"metalos"},
3139
.lines = FASTFETCH_DATATEXT_LOGO_METALOS,
3140
.colors = {
3141
- FF_COLOR_FG_LIGHT_BLACK, //grey
+ FF_COLOR_FG_WHITE,
3142
FF_COLOR_FG_DEFAULT,
3143
},
3144
.colorKeys = FF_COLOR_FG_WHITE,
@@ -3150,7 +3150,7 @@ static const FFlogo M[] = {
3150
.lines = FASTFETCH_DATATEXT_LOGO_METALOS_SMALL,
3151
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
3152
3153
3154
3155
3156
0 commit comments