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.
30 lines
366 B
30 lines
366 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"6 15 8 1",
|
|
" c Gray3",
|
|
". c Gray21",
|
|
"X c Gray27",
|
|
"o c Gray49",
|
|
"O c Gray57",
|
|
"+ c #a4a4a4",
|
|
"@ c #d3d3d3",
|
|
"# c None",
|
|
/* pixels */
|
|
"######",
|
|
"#@####",
|
|
"#O@###",
|
|
"#OO###",
|
|
"#O ###",
|
|
"#Oo.@#",
|
|
"#O@@.#",
|
|
"#O #OO",
|
|
"#OOX++",
|
|
"#@#@.@",
|
|
"####+@",
|
|
"####@O",
|
|
"####@O",
|
|
"####O@",
|
|
"####@#"
|
|
};
|