Skip to content

Commit a66c26f

Browse files
committed
Logo (Builtin): improve colors of bedrock_small
Fix #1790
1 parent 3bd750b commit a66c26f

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

src/logo/ascii/bedrock_small.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
_________
2-
| __ |
3-
| \ \___ |
4-
| \ _ \ |
5-
| \___/ |
1+
_________
2+
| $2__ $1 |
3+
| $2\ \___ $1 |
4+
| $2 \ _ \$1 |
5+
| $2 \___/$1 |
66
|_________|

src/logo/builtin.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)