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.
23 lines
370 B
23 lines
370 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"15 8 8 1",
|
||
|
" c #070707",
|
||
|
". c Gray19",
|
||
|
"X c Gray36",
|
||
|
"o c Gray45",
|
||
|
"O c #8d8d8d",
|
||
|
"+ c Gray72",
|
||
|
"@ c #d2d2d2",
|
||
|
"# c None",
|
||
|
/* pixels */
|
||
|
"###############",
|
||
|
"#@+##+OOoO###++",
|
||
|
"#oXO X@@X .@Xo",
|
||
|
"#O O###O ..O",
|
||
|
"#O o#### O",
|
||
|
"#O #### .o",
|
||
|
"#oXO .+#O .@oo",
|
||
|
"#@+##+ooOO###+@"
|
||
|
};
|