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
684 B
35 lines
684 B
/* XPM */
|
|
static const char *options_setdata[] = {
|
|
"20 20 10 1",
|
|
" c white",
|
|
"! c None",
|
|
"# c grey40",
|
|
"$ c #002EFF",
|
|
"% c black",
|
|
"& c red1",
|
|
"( c #00C900",
|
|
") c #A500FF",
|
|
"* c #E9FF00",
|
|
"+ c cyan1",
|
|
"!!!!!!!!!!!!!!!!!!!!",
|
|
"!#####!$$!!#####!%%!",
|
|
"!#####!$$!!#####!%%!",
|
|
"!!!!!!!!!!!!!!!!!!!!",
|
|
"!#####!&&!!#####!%%!",
|
|
"!#####!&&!!#####!%%!",
|
|
"!!!!!!!!!!!!!!!!!!!!",
|
|
"!#####!((!!#####!%%!",
|
|
"!#####!((!!#####!%%!",
|
|
"!!!!!!!!!!!!!!!!!!!!",
|
|
"!#####!))!!#####!%%!",
|
|
"!#####!))!!#####!%%!",
|
|
"!!!!!!!!!!!!!!!!!!!!",
|
|
"!#####!**!!#####!%%!",
|
|
"!#####!**!!#####!%%!",
|
|
"!!!!!!!!!!!!!!!!!!!!",
|
|
"!#####!++!!#####!%%!",
|
|
"!#####!++!!#####!%%!",
|
|
"!!!!!!!!!!!!!!!!!!!!",
|
|
"!!!!!!!!!!!!!!!!!!!!"
|
|
};
|