DtPrtpr.t.pm 954 B

123456789101112131415161718192021222324252627282930313233
  1. /* XPM */
  2. /* $XConsortium: DtPrtpr.t.pm /main/3 1995/07/18 16:25:05 drk $ */
  3. static char * DtPrtpr_t_pm[] = {
  4. /* width height ncolors cpp [x_hot y_hot] */
  5. "16 16 10 1 0 0",
  6. /* colors */
  7. " s none m none c none",
  8. ". s bottomShadowColor m black c #636363636363",
  9. "X s iconGray6 m black c #636363636363",
  10. "o s iconColor2 m white c white",
  11. "O s iconGray2 m white c #bdbdbdbdbdbd",
  12. "+ s iconGray4 m white c #949494949494",
  13. "@ s iconColor1 m black c black",
  14. "# s iconGray8 m black c #212121212121",
  15. "$ s iconGray1 m white c #dededededede",
  16. "% s iconGray5 m black c #737373737373",
  17. /* pixels */
  18. " ",
  19. " ",
  20. " ........X ",
  21. " .oooooooX ",
  22. " ..oooooooX.. ",
  23. "..O+oooooooX@O# ",
  24. ".oO@@@@@@@@@@OO@",
  25. ".o$$$$$$$$$$$$$@",
  26. ".o$OOOOOOO$###$@",
  27. ".o$$$$$$$$$$##$@",
  28. ".o$$$$$$$$$$$$$@",
  29. ".o$+%%%%%%%%$$$@",
  30. ".+@o%%%%%%%%@@@@",
  31. " @@@@@@@@@@@@@ ",
  32. " #########. ",
  33. " "};