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.
34 lines
676 B
34 lines
676 B
/* XPM */
|
|
static const char *file_open[] = {
|
|
"20 20 9 1",
|
|
" c white",
|
|
"! c None",
|
|
"# c #002EFF",
|
|
"$ c #000",
|
|
"% c #ffffffff0",
|
|
"& c #ffffffffffff",
|
|
"( c #00C900",
|
|
") c #ffff00",
|
|
"* c #A500FF",
|
|
"!!!!!!!!!!####!!!!#!",
|
|
"!!!!!!!!!#!!!!##!##!",
|
|
"!!!!!!!!!!!!!!!!###!",
|
|
"!!!!!!!!!!!!!!!####!",
|
|
"!!!!!!!!!!!!!!#####!",
|
|
"!$$$$!!!!!!!!!!!!!!!",
|
|
"$%&%&$$$$$$$$!!!!!!!",
|
|
"$&%&%&%&%&%&$!!!!!!!",
|
|
"$%&&&$$$$$&&$!!!!!!!",
|
|
"$&&&$((((($&$!!!!!!!",
|
|
"$%&$)(($$$$$$$$$$$$$",
|
|
"$&$)))$***********$$",
|
|
"$%$))$***********$$!",
|
|
"$&$)$***********$$!!",
|
|
"$%$$***********$$!!!",
|
|
"$&$***********$$!!!!",
|
|
"$$***********$$!!!!!",
|
|
"$$***********$!!!!!!",
|
|
"$$$$$$$$$$$$$!!!!!!!",
|
|
"!!!!!!!!!!!!!!!!!!!!"
|
|
};
|