Logo (Builtin): add MidnightBSD

This commit is contained in:
李通洲
2024-11-10 10:47:52 +08:00
parent 7b81ffc8e4
commit 7d406bbae1
2 changed files with 26 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
..:::'''':::..
.:'''` `''':.
.:'` .::` `'::
:' .::' ':.
.:` .:::' `:.
:` :::: `:
:: ::::: ::
: ::::: :: :
: :::::: .:::' :
:: ::::::. : .:::::: ::
:. :::::::. : :::::::' .:
`:. `':::::::.'.:::::': .:'
`:. '':::::::::::::.: .:`
':. `''::::::::''' .:'
'':.. ``'`` ..:''
''''::::::''''
+10
View File
@@ -2809,6 +2809,16 @@ static const FFlogo M[] = {
.colorKeys = FF_COLOR_FG_BLUE,
.colorTitle = FF_COLOR_FG_WHITE,
},
// MidnightBSD
{
.names = {"MidnightBSD"},
.lines = FASTFETCH_DATATEXT_LOGO_MIDNIGHTBSD,
.colors = {
FF_COLOR_FG_WHITE,
},
.colorKeys = FF_COLOR_FG_LIGHT_BLACK,
.colorTitle = FF_COLOR_FG_WHITE,
},
// MidOS
{
.names = {"MidOS"},