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.
25 lines
340 B
25 lines
340 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"8 10 8 1",
|
|
" c #090909",
|
|
". c Gray18",
|
|
"X c #565656",
|
|
"o c #6c6c6c",
|
|
"O c #888888",
|
|
"+ c #b7b7b7",
|
|
"@ c Gray81",
|
|
"# c None",
|
|
/* pixels */
|
|
"########",
|
|
"#@@###@@",
|
|
"#OX###.+",
|
|
"## ##@.#",
|
|
"##XO#oo#",
|
|
"##OX#.@#",
|
|
"###.+.##",
|
|
"###o O##",
|
|
"###+ @##",
|
|
"####+###"
|
|
};
|