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