- /* XPM */
- static char * bottom_right_active_xpm[] = {
- "20 20 5 1",
- " c None",
- ". c #000000 s active_border_color",
- "+ c #FFFFFF s active_hilight_2",
- "@ c #CCCCC7 s active_color_2",
- "# c #919189 s active_shadow_2",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- " .+@#.",
- "................+@#.",
- "+++++++++++++++++@#.",
- "@@@@@@@@@@@@@@@@@@#.",
- "###################.",
- "...................."};
|