File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1- _________
2- | __ |
3- | \ \___ |
4- | \ _ \ |
5- | \___/ |
1+ _________
2+ | $2__ $1 |
3+ | $2 \ \___ $1 |
4+ | $2 \ _ \$1 |
5+ | $2 \___/$1 |
66|_________|
Original file line number Diff line number Diff line change @@ -706,21 +706,22 @@ static const FFlogo B[] = {
706706 .lines = FASTFETCH_DATATEXT_LOGO_BEDROCK ,
707707 .colors = {
708708 FF_COLOR_FG_LIGHT_BLACK , //grey
709- FF_COLOR_FG_WHITE ,
709+ FF_COLOR_FG_DEFAULT ,
710710 },
711711 .colorKeys = FF_COLOR_FG_LIGHT_BLACK , //grey
712- .colorTitle = FF_COLOR_FG_WHITE ,
712+ .colorTitle = FF_COLOR_FG_DEFAULT ,
713713 },
714714 // BedrockSmall
715715 {
716716 .names = {"bedrock_small" },
717717 .lines = FASTFETCH_DATATEXT_LOGO_BEDROCK_SMALL ,
718718 .type = FF_LOGO_LINE_TYPE_SMALL_BIT ,
719719 .colors = {
720- FF_COLOR_FG_WHITE ,
720+ FF_COLOR_FG_LIGHT_BLACK , //grey
721+ FF_COLOR_FG_DEFAULT ,
721722 },
722- .colorKeys = FF_COLOR_FG_WHITE ,
723- .colorTitle = FF_COLOR_FG_WHITE ,
723+ .colorKeys = FF_COLOR_FG_LIGHT_BLACK , //grey
724+ .colorTitle = FF_COLOR_FG_DEFAULT ,
724725 },
725726 // BigLinux
726727 {
You can’t perform that action at this time.
0 commit comments