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.
36 lines
379 B
36 lines
379 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"2 18 11 1",
|
|
" c #003263",
|
|
". c #c8e4ff",
|
|
"X c #cce6ff",
|
|
"o c #cee7ff",
|
|
"O c #d1e8ff",
|
|
"+ c #d2e9ff",
|
|
"@ c #d4eaff",
|
|
"# c #d8ebff",
|
|
"$ c #dceeff",
|
|
"% c #deefff",
|
|
"& c #f1f8ff",
|
|
/* pixels */
|
|
"++",
|
|
"++",
|
|
"##",
|
|
"oo",
|
|
"oo",
|
|
"@+",
|
|
"..",
|
|
"..",
|
|
"@@",
|
|
"oo",
|
|
"oo",
|
|
"##",
|
|
"++",
|
|
"++",
|
|
"%%",
|
|
"%%",
|
|
"&&",
|
|
" "
|
|
};
|