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.
22 lines
333 B
22 lines
333 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"12 8 7 1",
|
|
" c #010101",
|
|
". c Gray26",
|
|
"X c Gray47",
|
|
"o c #888888",
|
|
"O c #afafaf",
|
|
"+ c #d5d5d5",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@@@@",
|
|
"@@@@@ooo@@@@",
|
|
"@@@O O@@",
|
|
"@@O X@@@o O@",
|
|
"@@.O@@@@@O.@",
|
|
"@+X@@OX+@@o+",
|
|
"@oO@@o X@@Oo",
|
|
"@+@@@@o@@@++"
|
|
};
|