Add Debian GNU/Linux logo #2

Closed
Billy02357 wants to merge 1 commit from debian-logo into main

31
logos/debian.h Normal file
View file

@ -0,0 +1,31 @@
// this file is only an example as to how to make a logo file
#include "../color.h"
// this is only needed when using multi color logos
#define COLOR RED
#define NAMECOLOR COLOR
//this is only needed when the name is supposed to be in a different color, like with kiss linux
#define ROWS 17
char *logo[] = {
" _,met$$$$$gg. ",
" ,g$$$$$$$$$$$$$$$P. ",
" ,g$$P\" \"\"\"Y$$.\". ",
" ,$$P' `$$$. ",
"',$$P ,ggs. `$$b:",
"`d$$' ,$P\"' . $$$ ",
" $$P d$' , $$P ",
" $$: $$. - ,d$$' ",
" $$; Y$b._ _,d$P' ",
" Y$$. `.`\"Y$$$$P\"' ",
" `$$b \"-.__ ",
" `Y$$ ",
" `Y$$. ",
" `$$b. ",
" `Y$$b. ",
" `\"Y$b._ ",
" `\"\"\" ",
" ",
};
//IMPORTANT: Always make the lines the same length. There shouldn't be any extra spaces, as they are added later on by the programm itself
//IMPORTANT: the last line should be only spaces with the same length as the other lines, ROWS should exclude the last line