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.
23 lines
319 B
23 lines
319 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"9 10 6 1",
|
|
" c #0b0b0b",
|
|
". c Gray19",
|
|
"X c Gray46",
|
|
"o c Gray54",
|
|
"O c #d8d8d8",
|
|
"+ c None",
|
|
/* pixels */
|
|
"+++++++++",
|
|
"++++OO+++",
|
|
"+++O +++",
|
|
"+++.. .++",
|
|
"++.X+X .+",
|
|
"+o X++X o",
|
|
"++. X+X.+",
|
|
"++O. ..++",
|
|
"+++O. +++",
|
|
"++++OO+++"
|
|
};
|