Skip to content

Commit 7f67846

Browse files
committed
add KISS Linux logo
1 parent bc2e292 commit 7f67846

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/logo/builtin.c

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,26 @@ static const FFlogo* getLogoKDENeon()
775775
FF_LOGO_RETURN
776776
}
777777

778+
static const FFlogo* getLogoKISSLinux()
779+
{
780+
FF_LOGO_INIT
781+
FF_LOGO_NAMES("kiss", "kiss-linux", "kisslinux")
782+
FF_LOGO_LINES(
783+
" ___ \n"
784+
" (.· | \n"
785+
" (<> | \n"
786+
" / __ \\ \n"
787+
" ( / \ /| \n"
788+
"_/\\ __)/_) \n"
789+
"\\/-____\\/ \n"
790+
)
791+
FF_LOGO_COLORS(
792+
"35", //magenta
793+
"34" //blue
794+
)
795+
FF_LOGO_RETURN
796+
}
797+
778798
static const FFlogo* getLogoKubuntu()
779799
{
780800
FF_LOGO_INIT
@@ -1552,6 +1572,7 @@ GetLogoMethod* ffLogoBuiltinGetAll()
15521572
getLogoGentoo,
15531573
getLogoGentooSmall,
15541574
getLogoKDENeon,
1575+
getLogoKISSLinux,
15551576
getLogoKubuntu,
15561577
getLogoLinux,
15571578
getLogoManjaro,

0 commit comments

Comments
 (0)