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
351 B
22 lines
351 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"15 7 8 1",
|
|
" c #070707",
|
|
". c Gray19",
|
|
"X c #515151",
|
|
"o c Gray44",
|
|
"O c Gray58",
|
|
"+ c #b1b1b1",
|
|
"@ c Gray83",
|
|
"# c None",
|
|
/* pixels */
|
|
"###############",
|
|
"#############@#",
|
|
"#############oO",
|
|
"#@##.o#O #@ Ooo",
|
|
"#Oo. .o o. .X@",
|
|
"##. O+ .#X O@O#",
|
|
"##@+##+@#@+####"
|
|
};
|