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.
37 lines
877 B
37 lines
877 B
/* XPM */
|
|
static char *top[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"24 24 7 1",
|
|
" c #000000",
|
|
". c #010101",
|
|
"X c #030303",
|
|
"o c #060606",
|
|
"O c #0A0A0A",
|
|
"+ c #6F6F6F",
|
|
"@ c None",
|
|
/* pixels */
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@ @@@@@@",
|
|
"@@@@@@ @@@@@@",
|
|
"@@@@@@@@@@@++@@@@@@@@@@@",
|
|
"@@@@@@@@@@@ @@@@@@@@@@@",
|
|
"@@@@@@@@@@O o@@@@@@@@@@",
|
|
"@@@@@@@@@@ @@@@@@@@@@",
|
|
"@@@@@@@@@ @@@@@@@@@",
|
|
"@@@@@@@@o o@@@@@@@@",
|
|
"@@@@@@@@ @@@@@@@@",
|
|
"@@@@@@@ @@@@@@@",
|
|
"@@@@@@Oo ooO@@@@@@",
|
|
"@@@@@@@@@ @@@@@@@@@",
|
|
"@@@@@@@@@ @@@@@@@@@",
|
|
"@@@@@@@@@ @@@@@@@@@",
|
|
"@@@@@@@@@ @@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@"
|
|
};
|