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.
20 lines
289 B
20 lines
289 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"10 6 7 1",
|
||
|
" c #0c0c0c",
|
||
|
". c Gray18",
|
||
|
"X c Gray30",
|
||
|
"o c #929292",
|
||
|
"O c #b1b1b1",
|
||
|
"+ c #c8c8c8",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@@@@@@@",
|
||
|
"@@@+@@+@@@",
|
||
|
"@@. @o o@O",
|
||
|
"@O. X .O",
|
||
|
"@O@o o@ .@",
|
||
|
"@@@@O@@+@@"
|
||
|
};
|