33 lines
414 B
C
33 lines
414 B
C
/* XPM */
|
|
static char * top_right_inactive_xpm[] = {
|
|
"4 24 5 1",
|
|
" c None",
|
|
". c #000000 s inactive_border_color",
|
|
"+ c #FFFFFF s inactive_hilight_2",
|
|
"@ c #D8D8D8 s inactive_color_2",
|
|
"# c #B2B2B2 s inactive_shadow_2",
|
|
"@@@.",
|
|
"++#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#.",
|
|
"@@#."};
|