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.
|
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"4 4 5 1",
|
|
" c #003263",
|
|
". c #9dceff",
|
|
"X c #9eceff",
|
|
"o c #9fcfff",
|
|
"O c #dceeff",
|
|
/* pixels */
|
|
"OOOO",
|
|
"XXXX",
|
|
"XXXX",
|
|
" "
|
|
};
|