DtBldr.m.pm 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /* XPM */
  2. /* $XConsortium: DtBldr.m.pm /main/3 1995/07/18 16:17:39 drk $ */
  3. static char * DtBldr_m_pm[] = {
  4. /* width height ncolors cpp [x_hot y_hot] */
  5. "32 32 13 1 0 0",
  6. /* colors */
  7. " s none m none c none",
  8. ". s iconGray1 m white c #dededededede",
  9. "X s iconGray2 m white c #bdbdbdbdbdbd",
  10. "o s iconGray4 m white c #949494949494",
  11. "O s iconGray7 m black c #424242424242",
  12. "+ s iconGray3 m white c #adadadadadad",
  13. "@ s iconColor2 m white c white",
  14. "# s iconGray6 m black c #636363636363",
  15. "$ s bottomShadowColor m black c #636363636363",
  16. "% s iconGray8 m black c #212121212121",
  17. "& s iconGray5 m black c #737373737373",
  18. "* s iconColor4 m white c green",
  19. "= s iconColor1 m black c black",
  20. /* pixels */
  21. " ",
  22. " .........X................. ",
  23. " .ooooooooOX++oo@@@Xoo@#oooo$ ",
  24. " .ooooooooOX@@##@@..#o.%oooo$ ",
  25. " .o.....#oOX..##@..+##X%&ooo$ ",
  26. " .o.#####*Oo##o#+++#%%+%&ooo$ ",
  27. " .ooooooo.*#o#oo####&&%%&ooo$ ",
  28. " .OOOOOOO*.*#OOOX@#OOOOOOOOO$ ",
  29. " .XXXXXXX.*.*#XXX@#oXXXXXXXX$ ",
  30. " .&&&&&&&*.*.*#&X@##&&&&&&&&$ ",
  31. " .&&&&&&&.*.*.*#X@##&&&&&&&&$ ",
  32. " .&&&&&&&*.*.*.*X@##&&&&&&&&$ ",
  33. " .&&&&&&&.*.&.*.X@##&&&&&&&&$ ",
  34. " .&&&&&&&*.*&&.*X@##&&&&&&&&$ ",
  35. " .&&&&&&&.*.&&&&###=&&&&&&&&$ ",
  36. " .#######*.*###&&O==########$ ",
  37. " .XXXXXXX.*.oXX&&&==*#&XXXXX$ ",
  38. " .+++++++*.*o++&&O==+*#+++++$ ",
  39. " .+++++++.*.o++&&&==*+*#++++$ ",
  40. " .+++++++*.*o++&&O==+*.*#+++$ ",
  41. " .+++++++.*.o++&&&==o+*.*#++$ ",
  42. " .++&&&&&*.*&&&&&O==OO.*.*#&$ ",
  43. " .++&o+o+.*.o+o&&&==oo+.*.*#$ ",
  44. " .++&+o+o*.*.*.&&O==+*.*.*.*$ ",
  45. " .++&o+o+.*.*.*&&&==X+*.*.*.* ",
  46. " .++&+o+o*.*.*.&&O==+*.*.*.*.* ",
  47. " .++&o+o+o&&&&&&&&==&&&&&&&&$$ ",
  48. " .++&+o+o+o&&&&&&O==&&&&&&&&$$$",
  49. " .++&o+o+o+o+o+&&&==&oo+oo+o$ ",
  50. " $$$$$$$$$$$$$&&O==$$$$$$$$$ ",
  51. " =====$$ ",
  52. " $$$$$ "};