shade-toggled-inactive.xpm 510 B

12345678910111213141516171819202122
  1. /* XPM */
  2. static char * shade_toggled_inactive = {
  3. "18 14 4 1",
  4. "@ c #000000 s inactive_color_2",
  5. "+ c #505050 s inactive_text_color",
  6. "= c #000000 s inactive_color_2",
  7. ". c None",
  8. "..................",
  9. "..................",
  10. "==================",
  11. "========@@========",
  12. "=======@++@=======",
  13. "=======@++@=======",
  14. "=====@@@++@@@=====",
  15. "====@++@++@++@====",
  16. "====@++++++++@====",
  17. "=====@++++++@=====",
  18. "======@++++@======",
  19. "=======@++@=======",
  20. "========@@========",
  21. "==================",
  22. };