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.
33 lines
398 B
33 lines
398 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"6 18 8 1",
|
|
" c #131313",
|
|
". c #373737",
|
|
"X c Gray30",
|
|
"o c Gray44",
|
|
"O c #8e8e8e",
|
|
"+ c Gray65",
|
|
"@ c Gray83",
|
|
"# c None",
|
|
/* pixels */
|
|
"######",
|
|
"#@####",
|
|
"#O@###",
|
|
"#O@###",
|
|
"#O ###",
|
|
"#+.o##",
|
|
"#O@oO#",
|
|
"#O @X#",
|
|
"#+XXo@",
|
|
"#O@@ #",
|
|
"#oX#++",
|
|
"#@.o@O",
|
|
"###O #",
|
|
"####O@",
|
|
"####@+",
|
|
"####@O",
|
|
"####O@",
|
|
"####@#"
|
|
};
|