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
267 B
20 lines
267 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"7 6 7 1",
|
||
|
" c Gray0",
|
||
|
". c Gray26",
|
||
|
"X c #7b7b7b",
|
||
|
"o c Gray59",
|
||
|
"O c #b2b2b2",
|
||
|
"+ c Gray80",
|
||
|
"@ c None",
|
||
|
/* pixels */
|
||
|
"@@@@@@@",
|
||
|
"@@@OXo@",
|
||
|
"@@. O+o",
|
||
|
"@O.@@.O",
|
||
|
"@o+O .@",
|
||
|
"@@oXO@@"
|
||
|
};
|