Logo (Builtin): improve colors of bedrock_small

Fix #1790
This commit is contained in:
Carter Li
2025-06-07 17:39:45 +08:00
parent 3bd750bedf
commit a66c26f4df
2 changed files with 11 additions and 10 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
_________
| __ |
| \ \___ |
| \ _ \ |
| \___/ |
_________
| $2__ $1 |
| $2\ \___ $1 |
| $2 \ _ \$1 |
| $2 \___/$1 |
|_________|
+6 -5
View File
@@ -706,10 +706,10 @@ static const FFlogo B[] = {
.lines = FASTFETCH_DATATEXT_LOGO_BEDROCK,
.colors = {
FF_COLOR_FG_LIGHT_BLACK, //grey
FF_COLOR_FG_WHITE,
FF_COLOR_FG_DEFAULT,
},
.colorKeys = FF_COLOR_FG_LIGHT_BLACK, //grey
.colorTitle = FF_COLOR_FG_WHITE,
.colorTitle = FF_COLOR_FG_DEFAULT,
},
// BedrockSmall
{
@@ -717,10 +717,11 @@ static const FFlogo B[] = {
.lines = FASTFETCH_DATATEXT_LOGO_BEDROCK_SMALL,
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
.colors = {
FF_COLOR_FG_WHITE,
FF_COLOR_FG_LIGHT_BLACK, //grey
FF_COLOR_FG_DEFAULT,
},
.colorKeys = FF_COLOR_FG_WHITE,
.colorTitle = FF_COLOR_FG_WHITE,
.colorKeys = FF_COLOR_FG_LIGHT_BLACK, //grey
.colorTitle = FF_COLOR_FG_DEFAULT,
},
// BigLinux
{