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.
16 lines
221 B
16 lines
221 B
15 years ago
|
/* XPM */
|
||
|
static char *magick[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"5 3 6 1",
|
||
|
" c #00376e",
|
||
|
". c #53a9ff",
|
||
|
"X c #9bceff",
|
||
|
"o c #add7ff",
|
||
|
"O c #d3e9ff",
|
||
|
"+ c #dbedff",
|
||
|
/* pixels */
|
||
|
".+o+ ",
|
||
|
".OXO ",
|
||
|
".OXO "
|
||
|
};
|