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.
46 lines
890 B
46 lines
890 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"20 22 17 1",
|
||
|
" c #002e5c",
|
||
|
". c #00305f",
|
||
|
"X c #003162",
|
||
|
"o c #003263",
|
||
|
"O c #003365",
|
||
|
"+ c #00376e",
|
||
|
"@ c #004e9c",
|
||
|
"# c #7dbeff",
|
||
|
"$ c #a0d0ff",
|
||
|
"% c #a1d0ff",
|
||
|
"& c #a2d1ff",
|
||
|
"* c #b1d8ff",
|
||
|
"= c #b2d8ff",
|
||
|
"- c #b3d9ff",
|
||
|
"; c #dfdfdf",
|
||
|
": c #d5eaff",
|
||
|
"> c #ddeeff",
|
||
|
/* pixels */
|
||
|
";;;;;;;;;;;;;;;>---+",
|
||
|
";;;;;;;;;;;;;;;:%%%+",
|
||
|
";;;;;;;;;;;;;;;:%%%+",
|
||
|
";;;;;;;;;;;;;;;>---+",
|
||
|
";;;;;;;;;;;;;;;:%%%+",
|
||
|
";;;;;;;;;;;;;;;>%%%+",
|
||
|
";;;;;;;;;;;;;;;>---+",
|
||
|
";;;;;;;;;;;;;;;>%%%+",
|
||
|
";;;;;;;;;;;;;;;>%%%+",
|
||
|
";;;;;;;;;;;;;;;>---+",
|
||
|
";;;;;;;;;;;;;;;>%%%+",
|
||
|
";;;;;;;;;;;;;;;>%%%+",
|
||
|
";;;;;;;;;;;;;;;-###+",
|
||
|
";;;;;;;;;;;;;;;-###+",
|
||
|
";;;;;;;;;;;;;;;-###+",
|
||
|
";;;;;;;;;;;;;;;-###+",
|
||
|
";;;;;;;;;;;;;;;-###+",
|
||
|
";;;;;;;;;;;;;;;-###+",
|
||
|
"#---------------###+",
|
||
|
"###################O",
|
||
|
"###################.",
|
||
|
"ooooooooooooooooo. @"
|
||
|
};
|