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.
29 lines
525 B
29 lines
525 B
/* XPM */
|
|
static char *top[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 16 7 1",
|
|
" c #000000",
|
|
". c #010101",
|
|
"X c #040404",
|
|
"o c #090909",
|
|
"O c #0C0C0C",
|
|
"+ c #777777",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@@@@@@@@",
|
|
"@@@ @@@",
|
|
"@@@ @@@",
|
|
"@@@@@@@++@@@@@@@",
|
|
"@@@@@@@ @@@@@@@",
|
|
"@@@@@@O O@@@@@@",
|
|
"@@@@@@ @@@@@@",
|
|
"@@@@@X X@@@@@",
|
|
"@@@@@ @@@@@",
|
|
"@@@@ @@@@",
|
|
"@@@O O@@@",
|
|
"@@@@@@ @@@@@@",
|
|
"@@@@@@ @@@@@@",
|
|
"@@@@@@ @@@@@@",
|
|
"@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@"
|
|
};
|