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.
|
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"7 7 6 1",
|
|
" c #434343",
|
|
". c #6d6d6d",
|
|
"X c #939393",
|
|
"o c Gray73",
|
|
"O c Gray86",
|
|
"+ c None",
|
|
/* pixels */
|
|
"+++++++",
|
|
"+++OO++",
|
|
"+++..++",
|
|
"++o o+",
|
|
"++.OO.+",
|
|
"+X +O X",
|
|
"+oXXXXo"
|
|
};
|