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 */
|
|
"5 3 7 1",
|
|
" c #00376e",
|
|
". c #53a9ff",
|
|
"X c #d4eaff",
|
|
"o c #dceeff",
|
|
"O c #ebf5ff",
|
|
"+ c #ecf6ff",
|
|
"@ c #eff8ff",
|
|
/* pixels */
|
|
".OX+ ",
|
|
".OX+ ",
|
|
".@o@ "
|
|
};
|