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.
19 lines
243 B
19 lines
243 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"5 6 6 1",
|
||
|
" c #020202",
|
||
|
". c Gray25",
|
||
|
"X c #838383",
|
||
|
"o c #a4a4a4",
|
||
|
"O c Gray86",
|
||
|
"+ c None",
|
||
|
/* pixels */
|
||
|
"+++++",
|
||
|
"++OO+",
|
||
|
"++.o+",
|
||
|
"+X X",
|
||
|
"++.o+",
|
||
|
"++OO+"
|
||
|
};
|