26 lines
613 B
C
26 lines
613 B
C
/* XPM */
|
|
static char * menu_inactive_xpm[] = {
|
|
"17 17 6 1",
|
|
" c None",
|
|
". c #FFFFFF s inactive_hilight_2",
|
|
"+ c #D5D6D5 s inactive_color_2",
|
|
"@ c #949594 s inactive_shadow_2",
|
|
"# c #000000",
|
|
"$ c #B4BAB4 s inactive_mid_2",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++",
|
|
"+++++++++++++++++"};
|