File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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+
778798static 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 ,
You can’t perform that action at this time.
0 commit comments