Skip to content

Commit 0397cb1

Browse files
committed
Logo (Builtin): Added Bedrock Linux small ASCII logo
1 parent 4e17688 commit 0397cb1

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/logo/ascii/bedrock_small.txt

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

src/logo/builtin.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,17 @@ static const FFlogo B[] = {
643643
.colorKeys = FF_COLOR_FG_LIGHT_BLACK, //grey
644644
.colorTitle = FF_COLOR_FG_WHITE,
645645
},
646+
// BedrockSmall
647+
{
648+
.names = {"bedrock_small", "bedrocklinux_small", "bedrock-linux_small"},
649+
.lines = FASTFETCH_DATATEXT_LOGO_BEDROCK_SMALL,
650+
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
651+
.colors = {
652+
FF_COLOR_FG_WHITE,
653+
},
654+
.colorKeys = FF_COLOR_FG_WHITE,
655+
.colorTitle = FF_COLOR_FG_WHITE,
656+
},
646657
// BigLinux
647658
{
648659
.names = {"BigLinux"},

0 commit comments

Comments
 (0)