19 lines
782 B
C
19 lines
782 B
C
/* XPM */
|
|
static char * bottom_inactive_xpm[] = {
|
|
"48 0 3 1",
|
|
" c None",
|
|
"# c #C0C0C0 s inactive_color_2",
|
|
"@ c #C0C0FF s inactive_color_2",
|
|
"################################################",
|
|
"################################################",
|
|
"################################################",
|
|
"################################################",
|
|
"################################################",
|
|
"################################################",
|
|
"################################################",
|
|
"################################################",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"};
|