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.
35 lines
611 B
35 lines
611 B
/* XPM */
|
|
static const char *codec_ico[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 16 12 1",
|
|
" c #02026E",
|
|
". c #464646",
|
|
"X c #4E4E4E",
|
|
"o c #CF0008",
|
|
"O c #AEAEAE",
|
|
"+ c #B2B2B2",
|
|
"@ c #A2FEA2",
|
|
"# c #CACACA",
|
|
"$ c gray87",
|
|
"% c gray95",
|
|
"& c #FEFEFE",
|
|
"* c None",
|
|
/* pixels */
|
|
"XXXXXXXXXX+*****",
|
|
".########.$O****",
|
|
".#&&&&&&#.%$+***",
|
|
".#&&&&&&#XXX.***",
|
|
".#&&&&&&####X***",
|
|
"X...............",
|
|
". .",
|
|
"X @ @@ @@ .",
|
|
"X @ @ @ @ @ .",
|
|
". @ @ @ @ .",
|
|
"X @ @ @ @ @ .",
|
|
"X @ @@ @@ .",
|
|
"X .",
|
|
"X...............",
|
|
"X###########.***",
|
|
"*X.........XX***"
|
|
};
|