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.
35 lines
459 B
35 lines
459 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"8 20 8 1",
|
|
" c #020202",
|
|
". c #2d2d2d",
|
|
"X c Gray31",
|
|
"o c #777777",
|
|
"O c Gray59",
|
|
"+ c Gray66",
|
|
"@ c #c6c6c6",
|
|
"# c None",
|
|
/* pixels */
|
|
"########",
|
|
"#####@##",
|
|
"##@@#+@#",
|
|
"##@+#+@#",
|
|
"##@+#+@#",
|
|
"##++#+X@",
|
|
"##@Oo o",
|
|
"#@. .@",
|
|
"#o oO@#",
|
|
"#@XO#++#",
|
|
"##@+#+@#",
|
|
"##@+#OX@",
|
|
"##@Oo o",
|
|
"#@. .@",
|
|
"#o oO@#",
|
|
"#@XO#++#",
|
|
"##@+#+@#",
|
|
"##@+#+@#",
|
|
"##@+#@@#",
|
|
"##@@####"
|
|
};
|