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
344 B
22 lines
344 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"14 7 8 1",
|
|
" c #090909",
|
|
". c Gray18",
|
|
"X c Gray31",
|
|
"o c Gray39",
|
|
"O c #8b8b8b",
|
|
"+ c Gray66",
|
|
"@ c #cacaca",
|
|
"# c None",
|
|
/* pixels */
|
|
"##############",
|
|
"#########@####",
|
|
"##+X##.+#.X###",
|
|
"## oO + o+O",
|
|
"#O+o + oo #",
|
|
"####X+#+.O#X+#",
|
|
"#########@####"
|
|
};
|