mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Logo (Builtin): add MidnightBSD
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
..:::'''':::..
|
||||
.:'''` `''':.
|
||||
.:'` .::` `'::
|
||||
:' .::' ':.
|
||||
.:` .:::' `:.
|
||||
:` :::: `:
|
||||
:: ::::: ::
|
||||
: ::::: :: :
|
||||
: :::::: .:::' :
|
||||
:: ::::::. : .:::::: ::
|
||||
:. :::::::. : :::::::' .:
|
||||
`:. `':::::::.'.:::::': .:'
|
||||
`:. '':::::::::::::.: .:`
|
||||
':. `''::::::::''' .:'
|
||||
'':.. ``'`` ..:''
|
||||
''''::::::''''
|
||||
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user