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 eeceade commit 2f4146fCopy full SHA for 2f4146f
src/logo/builtin.c
@@ -5108,9 +5108,9 @@ static const FFlogo V[] = {
5108
.lines = FASTFETCH_DATATEXT_LOGO_VOID,
5109
.colors = {
5110
FF_COLOR_FG_GREEN,
5111
- FF_COLOR_FG_BLACK,
+ FF_COLOR_FG_LIGHT_BLACK,
5112
},
5113
- .colorKeys = FF_COLOR_FG_WHITE,
+ .colorKeys = FF_COLOR_FG_DEFAULT,
5114
.colorTitle = FF_COLOR_FG_GREEN,
5115
5116
// VoidSmall
@@ -5121,7 +5121,7 @@ static const FFlogo V[] = {
5121
5122
5123
5124
5125
5126
5127
// Void2Small
0 commit comments