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.
37 lines
374 B
37 lines
374 B
6 years ago
|
/* XPM */
|
||
|
static char * frameITL_xpm[] = {
|
||
|
"5 29 4 1",
|
||
|
" c None",
|
||
|
". c #E7C6E8",
|
||
|
"+ c #F1E9F2",
|
||
|
"@ c #EFF0F1",
|
||
|
" .+@@",
|
||
|
".@@@@",
|
||
|
"+@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@",
|
||
|
"@@@@@"};
|