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
793 B
37 lines
793 B
/* XPM */
|
|
static char *magick[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"22 22 8 1",
|
|
" c Gray0",
|
|
". c #080000",
|
|
"X c #5d0000",
|
|
"o c #005482",
|
|
"O c #8c0800",
|
|
"+ c #aa7900",
|
|
"@ c Gray100",
|
|
"# c None",
|
|
/* pixels */
|
|
"######################",
|
|
"######################",
|
|
"######################",
|
|
"######################",
|
|
"########## ##########",
|
|
"########## ##########",
|
|
"########## ##########",
|
|
"### ###### ###### ###",
|
|
"## ###### ###### ##",
|
|
"# ###### ###### #",
|
|
" ",
|
|
" ",
|
|
"# ###### ###### #",
|
|
"## ###### ###### ##",
|
|
"### ###### ###### ###",
|
|
"########## ##########",
|
|
"########## ##########",
|
|
"########## ##########",
|
|
"######################",
|
|
"######################",
|
|
"######################",
|
|
"######################"
|
|
};
|