add preliminary FreeBSD logo

This commit is contained in:
draumaz
2022-09-20 01:37:48 +00:00
parent f0cee064bd
commit 92f1604e6a
+30
View File
@@ -812,6 +812,36 @@ static const FFlogo* getLogoFedoraOld()
FF_LOGO_RETURN
}
static const FFlogo* getLogoFreeBSD()
{
FF_LOGO_INIT
FF_LOGO_NAMES("freebsd")
FF_LOGO_LINES(
"$1``` $2` \n"
" $1` `.....---...$2....--.``` -/ \n"
" $1+o .--` $2/y:` +. \n"
" $1yo`:. $2:o `+- \n"
" $1y/ $2-/` -o/ \n"
" $1.- $2::/sy+:. \n"
" $1/ $2`-- / \n"
" $1`: $2:` \n"
" $1`: $2:` \n"
" $1/ $2/ \n"
" $1.- $2-. \n"
" $1-- $2-. \n"
" $1`:` $2`:` \n"
" .-- `--. \n"
" .---.....----. \n"
)
FF_LOGO_COLORS(
"37" //white
"31" //red
)
FF_LOGO_COLOR_KEYS("31") //red
FF_LOGO_COLOR_TITLE("31") //red
FF_LOGO_RETURN
}
static const FFlogo* getLogoGaruda()
{
FF_LOGO_INIT