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 |
6
6
|_________|
Original file line number Diff line number Diff line change @@ -706,21 +706,22 @@ static const FFlogo B[] = {
706
706
.lines = FASTFETCH_DATATEXT_LOGO_BEDROCK ,
707
707
.colors = {
708
708
FF_COLOR_FG_LIGHT_BLACK , //grey
709
- FF_COLOR_FG_WHITE ,
709
+ FF_COLOR_FG_DEFAULT ,
710
710
},
711
711
.colorKeys = FF_COLOR_FG_LIGHT_BLACK , //grey
712
- .colorTitle = FF_COLOR_FG_WHITE ,
712
+ .colorTitle = FF_COLOR_FG_DEFAULT ,
713
713
},
714
714
// BedrockSmall
715
715
{
716
716
.names = {"bedrock_small" },
717
717
.lines = FASTFETCH_DATATEXT_LOGO_BEDROCK_SMALL ,
718
718
.type = FF_LOGO_LINE_TYPE_SMALL_BIT ,
719
719
.colors = {
720
- FF_COLOR_FG_WHITE ,
720
+ FF_COLOR_FG_LIGHT_BLACK , //grey
721
+ FF_COLOR_FG_DEFAULT ,
721
722
},
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 ,
724
725
},
725
726
// BigLinux
726
727
{
You can’t perform that action at this time.
0 commit comments