bottom-left-inactive.xpm 212 B

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