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
788 B
37 lines
788 B
/* XPM */
|
|
static char * close_inactive_xpm[] = {
|
|
"20 24 9 1",
|
|
" c None",
|
|
". c #939393",
|
|
"+ c #FFFFFF",
|
|
"@ c #DEDEDE s active_color_2",
|
|
"# c #BFBFBF",
|
|
"$ c #CFCFCF",
|
|
"% c #ECECEC",
|
|
"& c #D5D5D5",
|
|
"* c #F2F2F2",
|
|
"....................",
|
|
"++++++++++++++++++++",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@##@@@@##@@@@@@",
|
|
"@@@@@@$$#@@#$$@@@@@@",
|
|
"@@@@@@%$$##$$%@@@@@@",
|
|
"@@@@@@@%$$$$%@@@@@@@",
|
|
"@@@@@@@@&$$&@@@@@@@@",
|
|
"@@@@@@@#$$$$#@@@@@@@",
|
|
"@@@@@@#$$%%$$#@@@@@@",
|
|
"@@@@@@$$%@@*$$@@@@@@",
|
|
"@@@@@@%%@@@@%%@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@"};
|