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.
31 lines
543 B
31 lines
543 B
15 years ago
|
/* XPM */
|
||
|
static const char * codec_lbm[] = {
|
||
|
"16 16 11 1",
|
||
|
" c None",
|
||
|
". c #4E4E4E",
|
||
|
"+ c #B2B2B2",
|
||
|
"@ c #CACACA",
|
||
|
"# c #DEDEDE",
|
||
|
"$ c #AEAEAE",
|
||
|
"% c #FEFEFE",
|
||
|
"& c #F2F2F2",
|
||
|
"* c #464646",
|
||
|
"= c #DFCE49",
|
||
|
"- c #1B0D0D",
|
||
|
"..........+ ",
|
||
|
".@@@@@@@@.#$ ",
|
||
|
".@%%%%%%@.&#+ ",
|
||
|
".@%%%%%%@.... ",
|
||
|
".@%%%%%%@@@@. ",
|
||
|
".***************",
|
||
|
".==============*",
|
||
|
".=-===---=-==-=*",
|
||
|
".=-===-=-=----=*",
|
||
|
".=-===---=-==-=*",
|
||
|
".=-===-=-=-==-=*",
|
||
|
".=---=---=-==-=*",
|
||
|
".==============*",
|
||
|
".***************",
|
||
|
".@@@@@@@@@@@. ",
|
||
|
" ............ "};
|