Skip to content

Commit 7d406bb

Browse files
committed
Logo (Builtin): add MidnightBSD
1 parent 7b81ffc commit 7d406bb

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

src/logo/ascii/midnightbsd.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
..:::'''':::..
2+
.:'''` `''':.
3+
.:'` .::` `'::
4+
:' .::' ':.
5+
.:` .:::' `:.
6+
:` :::: `:
7+
:: ::::: ::
8+
: ::::: :: :
9+
: :::::: .:::' :
10+
:: ::::::. : .:::::: ::
11+
:. :::::::. : :::::::' .:
12+
`:. `':::::::.'.:::::': .:'
13+
`:. '':::::::::::::.: .:`
14+
':. `''::::::::''' .:'
15+
'':.. ``'`` ..:''
16+
''''::::::''''

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2809,6 +2809,16 @@ static const FFlogo M[] = {
28092809
.colorKeys = FF_COLOR_FG_BLUE,
28102810
.colorTitle = FF_COLOR_FG_WHITE,
28112811
},
2812+
// MidnightBSD
2813+
{
2814+
.names = {"MidnightBSD"},
2815+
.lines = FASTFETCH_DATATEXT_LOGO_MIDNIGHTBSD,
2816+
.colors = {
2817+
FF_COLOR_FG_WHITE,
2818+
},
2819+
.colorKeys = FF_COLOR_FG_LIGHT_BLACK,
2820+
.colorTitle = FF_COLOR_FG_WHITE,
2821+
},
28122822
// MidOS
28132823
{
28142824
.names = {"MidOS"},

0 commit comments

Comments
 (0)