You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
899 B
45 lines
899 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"22 22 16 1",
|
|
" c Gray100",
|
|
". c #fefefe",
|
|
"X c Gray99",
|
|
"o c #c89a6d",
|
|
"O c #c89544",
|
|
"+ c #c58d52",
|
|
"@ c #848284",
|
|
"# c Gray0",
|
|
"$ c none",
|
|
"% c Gray0",
|
|
"& c Gray0",
|
|
"* c Gray0",
|
|
"= c Gray0",
|
|
"- c Gray0",
|
|
"; c Gray0",
|
|
": c Gray0",
|
|
/* pixels */
|
|
"$$$$$$$$$$$$$$$$$$$$$$",
|
|
"$$$$$$$$$$$$$$$$$$$$$$",
|
|
"$$$$$$$$$$$$$$$$$$$$$$",
|
|
"$$$$$$$$$$$$$$$$$$$$$$",
|
|
"$$$$$$@@@$$$$$$$$$$$$$",
|
|
"$$$$$@@ @ $$$$$$$$$$$$",
|
|
"$$$$@@ @ $$$@@@$$$$$$",
|
|
"$$$@@ $@ $@@@ @@@$$$$",
|
|
"$$$@ $$@ $@ $ @ $$$",
|
|
"$$@@ $$$@ @@ $$$$@@$$$",
|
|
"@@@ $$$@ @ $$$$$@@@@",
|
|
"@@@ $$$$@ @ $$$$$$@@@@",
|
|
"$ @@$$$$@ @@$$$$$@@ ",
|
|
"$$$@ $$$@ $@ $$$$@ $$",
|
|
"$$$@@$$$@ $@@@$@@@ $$$",
|
|
"$$$$@@$$@ $$ @@@ $$$",
|
|
"$$$$$@@$@ $$$$ $$$$$",
|
|
"$$$$$$@@@ $$$$$$$$$$$$",
|
|
"$$$$$$$ $$$$$$$$$$$$",
|
|
"$$$$$$$$$$$$$$$$$$$$$$",
|
|
"$$$$$$$$$$$$$$$$$$$$$$",
|
|
"$$$$$$$$$$$$$$$$$$$$$$"
|
|
};
|