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
337 B
25 lines
337 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"8 10 8 1",
|
|
" c #040404",
|
|
". c Gray22",
|
|
"X c Gray29",
|
|
"o c #7b7b7b",
|
|
"O c Gray60",
|
|
"+ c Gray73",
|
|
"@ c Gray80",
|
|
"# c None",
|
|
/* pixels */
|
|
"########",
|
|
"####@O##",
|
|
"##@X .+",
|
|
"#@. X#",
|
|
"#o .+@##",
|
|
"#o .####",
|
|
"#o .####",
|
|
"#o O###",
|
|
"#o +###",
|
|
"##o@####"
|
|
};
|