blob: 654632ec9c0b5801698807f89c1a7da1e53177be (
plain)
- /* XPM */
- static char * bottom_inactive_xpm[] = {
- "5 5 5 1",
- " c None",
- ". c #000000 s inactive_border_color",
- "+ c #FFFFFF s inactive_hilight_2",
- "@ c #CCCCC7 s inactive_color_2",
- "# c #919189 s inactive_shadow_2",
- ".....",
- "+++++",
- "@@@@@",
- "#####",
- "....."};
|