bottom-left-active.xpm 204 B

123456789101112
  1. /* XPM */
  2. static char * bottom_left_active = {
  3. "3 4 4 1",
  4. "+ c #000000 s active_shadow_1",
  5. "% c #000000 s active_color_1",
  6. "# c #000000 s active_mid_2",
  7. ". c None",
  8. "+%#",
  9. "+%%",
  10. "+%%",
  11. ".++",
  12. };