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 c574af9 commit f1cc4a7Copy full SHA for f1cc4a7
1 file changed
src/logo/builtin.c
@@ -2684,11 +2684,11 @@ static const FFlogo L[] = {
2684
.lines = FASTFETCH_DATATEXT_LOGO_LINUX,
2685
.colors = {
2686
FF_COLOR_FG_WHITE,
2687
- FF_COLOR_FG_BLACK,
+ FF_COLOR_FG_LIGHT_BLACK,
2688
FF_COLOR_FG_YELLOW,
2689
},
2690
- .colorKeys = FF_COLOR_FG_WHITE,
2691
- .colorTitle = FF_COLOR_FG_WHITE,
+ .colorKeys = FF_COLOR_FG_DEFAULT,
+ .colorTitle = FF_COLOR_FG_YELLOW,
2692
2693
// LinuxFromScratch
2694
{
0 commit comments