You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
678 B

  1. /* XPM */
  2. #ifndef XPMMAIN
  3. extern const char *add_dashed_line_xpm[];
  4. #else
  5. const char * add_dashed_line_xpm[] = {
  6. "16 16 15 1",
  7. " c None",
  8. ". c #03039B",
  9. "+ c #8E8E9B",
  10. "@ c #00009B",
  11. "# c #1F1F9B",
  12. "$ c #93939B",
  13. "% c #00009A",
  14. "& c #46469A",
  15. "* c #9B9B9B",
  16. "= c #93939A",
  17. "- c #16169A",
  18. "; c #0B0B9B",
  19. "> c #97979B",
  20. ", c #1E1E9B",
  21. "' c #91919B",
  22. " ",
  23. " .+ ",
  24. " @#$ ",
  25. " @#$ ",
  26. " @#$ ",
  27. " ",
  28. " %&* ",
  29. " %#= ",
  30. " %#= ",
  31. " -= ",
  32. " ;* ",
  33. " @#> ",
  34. " @#$ ",
  35. " @,$ ",
  36. " ' ",
  37. " "};
  38. #endif