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.
33 lines
657 B
33 lines
657 B
13 years ago
|
/* XPM */
|
||
|
static const char *options_setoptions[] = {
|
||
|
"20 20 8 1",
|
||
|
"( c #A500FF",
|
||
|
" c white",
|
||
|
") c grey30",
|
||
|
"! c None",
|
||
|
"# c #000",
|
||
|
"$ c grey60",
|
||
|
"% c grey100",
|
||
|
"& c black",
|
||
|
"!!!!!!!!!!!!!!!!!!!!",
|
||
|
"!#############$$$$$!",
|
||
|
"!#%%%%%%%%%%%%&$$$$!",
|
||
|
"!#%%%%%%%%%%%%%&$$$!",
|
||
|
"!#%%%%%%%%%%%%%%&$$!",
|
||
|
"!#%%%%%%%%%%%%%%%&$!",
|
||
|
"!#%%((%%%%%%%%%%%%#!",
|
||
|
"!#%%((%%%%%%%%%%%%#!",
|
||
|
"!#%%((%%%%%%%%%%%%#!",
|
||
|
"!#(((((((%%%%%%%%%#!",
|
||
|
"!#(((((((%%%%%%%%%#!",
|
||
|
"!#%%((%%%%%)%))))%#!",
|
||
|
"!#%%((%%%%%%%%%%%%#!",
|
||
|
"!#%%((%)))%)))%))%#!",
|
||
|
"!#%%%%%%%%%%%%%%%%#!",
|
||
|
"!#%%))%)%))))%))%%#!",
|
||
|
"!#%%%%%%%%%%%%%%%%#!",
|
||
|
"!#%%%%%%%%%%%%%%%%#!",
|
||
|
"!##################!",
|
||
|
"!!!!!!!!!!!!!!!!!!!!"
|
||
|
};
|