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
736 B
37 lines
736 B
/* XPM */
|
|
static const char *file_new[] = {
|
|
"20 20 12 1",
|
|
" c white",
|
|
"! c None",
|
|
"# c #000",
|
|
"$ c #2e2e2e2e2e2e",
|
|
"% c #ffffffffffff",
|
|
"& c #5c5c5c5c5c5c",
|
|
"( c #878787878787",
|
|
") c #c2c2c2c2c2c2",
|
|
"* c black",
|
|
"+ c #00C900",
|
|
", c #ffff00",
|
|
"- c red",
|
|
"!!!!!!!!!!!!!!!!!!!!",
|
|
"!!##########$!!!!!!!",
|
|
"!!#%%%%%%%%#&$!!!!!!",
|
|
"!!#%%%%%%%%#(&$!!!!!",
|
|
"!!#%%%%%%%%#)(&$!!!!",
|
|
"!!#%%%%%%%%#%)(&$!!!",
|
|
"!!#%%%%*****#####!!!",
|
|
"!!#%%%*+++++*%%%#!!!",
|
|
"!!#%%*,++++++*%%#!!!",
|
|
"!!#%*,,,++++++*%#!!!",
|
|
"!!#%*,,,,+++++*%#!!!",
|
|
"!!#%*,,,,-++++*%#!!!",
|
|
"!!#%*,,,---+++*%#!!!",
|
|
"!!#%*,,-----++*%#!!!",
|
|
"!!#%%*-------*%%#!!!",
|
|
"!!#%%%*-----*%%%#!!!",
|
|
"!!#%%%%*****%%%%#!!!",
|
|
"!!#%%%%%%%%%%%%%#!!!",
|
|
"!!###############!!!",
|
|
"!!!!!!!!!!!!!!!!!!!!"
|
|
};
|