shade-toggled-active.xpm 502 B

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