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.
29 lines
517 B
29 lines
517 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"17 15 7 1",
|
|
" c Gray1",
|
|
". c Gray21",
|
|
"X c Gray44",
|
|
"o c Gray54",
|
|
"O c Gray69",
|
|
"+ c #cecece",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@+oooXO@@",
|
|
"@@@@@@+X .@",
|
|
"@@@@@X XO@+ O",
|
|
"@@@@. .+@@@@XX",
|
|
"@@@. X@@@@@@XX",
|
|
"@@O +@@@@@@+ o",
|
|
"@@. X@@@@@@@+ @",
|
|
"@@ +@@@@@@@X .@",
|
|
"@o +@@@@@@+. O@",
|
|
"@XX@@@@@@X .@@",
|
|
"@XX@@@@+. .@@@",
|
|
"@O +@OX X@@@@",
|
|
"@@. X+@@@@@",
|
|
"@@@OXooo+@@@@@@@@"
|
|
};
|