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
761 B
35 lines
761 B
/* XPM */
|
|
static char * frameABR_xpm[] = {
|
|
"22 22 9 1",
|
|
" c None",
|
|
". c #E8E8E8",
|
|
"+ c #CFCFCF",
|
|
"@ c #DEDEDE",
|
|
"# c #ADADAD",
|
|
"$ c #E0E0E0",
|
|
"% c #DFDFDF",
|
|
"& c #C4C4C4",
|
|
"* c #B1B1B1",
|
|
" ...+",
|
|
" ...+",
|
|
" ...+",
|
|
" ...+",
|
|
" ...+",
|
|
" ...+",
|
|
" ...+",
|
|
" ...+",
|
|
" ...+",
|
|
" ...+",
|
|
" ...+",
|
|
" ...+",
|
|
" ...+",
|
|
" ...+",
|
|
" .@.+",
|
|
" @#$+",
|
|
" .%.+",
|
|
" @..+",
|
|
"...............@.@#$.+",
|
|
"..............@#$.%.. ",
|
|
"...............%....& ",
|
|
"******************* "};
|