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.
24 lines
376 B
24 lines
376 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"13 11 6 1",
|
|
" c Gray4",
|
|
". c Gray23",
|
|
"X c Gray57",
|
|
"o c #afafaf",
|
|
"O c #d0d0d0",
|
|
"+ c None",
|
|
/* pixels */
|
|
"+++++++++++++",
|
|
"+++XO++++OX++",
|
|
"++.. o++O ..+",
|
|
"+X Oo XX oO X",
|
|
"++X O+ .+O X+",
|
|
"+++o X++X X++",
|
|
"+++X X++X X++",
|
|
"++X O+. +O X+",
|
|
"+X Oo XX oO X",
|
|
"++.. O++O ..+",
|
|
"+++XO++++OX++"
|
|
};
|