Dtinlib.m.pm 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /* XPM */
  2. /* $XConsortium: Dtinlib.m.pm /main/3 1996/06/17 13:54:11 rcs $
  3. *
  4. * (c) Copyright 1996 Digital Equipment Corporation.
  5. * (c) Copyright 1996 Hewlett-Packard Company.
  6. * (c) Copyright 1996 International Business Machines Corp.
  7. * (c) Copyright 1996 Sun Microsystems, Inc.
  8. * (c) Copyright 1996 Novell, Inc.
  9. * (c) Copyright 1996 FUJITSU LIMITED.
  10. * (c) Copyright 1996 Hitachi.
  11. */
  12. static char * Dtinlib_m_pm[] = {
  13. /* width height ncolors cpp [x_hot y_hot] */
  14. "32 32 13 1 0 0",
  15. /* colors */
  16. " s none m none c none",
  17. ". s iconGray1 m white c #dededededede",
  18. "X s iconGray3 m white c #adadadadadad",
  19. "o s bottomShadowColor m black c #636363636363",
  20. "O s iconGray7 m black c #424242424242",
  21. "+ s iconGray8 m black c #212121212121",
  22. "@ s iconGray5 m black c #737373737373",
  23. "# s iconGray4 m white c #949494949494",
  24. "$ s iconGray6 m black c #636363636363",
  25. "% s iconGray2 m white c #bdbdbdbdbdbd",
  26. "& s iconColor8 m black c magenta",
  27. "* s iconColor3 m black c red",
  28. "= s iconColor5 m black c blue",
  29. /* pixels */
  30. " ",
  31. " ",
  32. " ",
  33. " ... ",
  34. " ..... ",
  35. " XXXXo .....O XXXX+ ",
  36. " X@#$+#.....O ###$+ ",
  37. " %%X+&#@*+#@...+@O$+##@O+ ",
  38. " %X@+#@#$+#@@OO+O@=+#$@@+ ",
  39. " %#@+#@@*+#@@@$+OO$+#$@@+ ",
  40. " %X@+#@#$+#@...+O@=+##@@+ ",
  41. " %#@+&#@*$......OO$+#O@@+ ",
  42. " %X@+#@#$.......=@=+###@+ ",
  43. " %X@+&#@*OO.....OO$+#O@@+ ",
  44. " %#@+#@#$OX.....=@=+@@@@+ ",
  45. " %X@+&#@*+#.....OO$+@$@@+ ",
  46. " %#@+#@#$+#.....=@=+@#@@+ ",
  47. " %#@+&#@*+#.....OO$+@$@@+ ",
  48. " %#@+#@#$+#.....=@=+@@@@+ ",
  49. " %X@+&#@*+#.....OO$+@##@+ ",
  50. " %X@+#@#$+#.......=+@#@@+ ",
  51. " %X@+&#@*+#......O$+@#@@+ ",
  52. " %X@+#@#$+#$...+=@=+@O@@+ ",
  53. " %X@+&#@*+#@OO$+OO$+@#@@+ ",
  54. " %X@+#@#$+#@@@$+=@=+@#@@+ ",
  55. " %X@+&#@*+#@@@$+OO$+@#@@+ ",
  56. " X+++++++++++++++++++++++ ",
  57. " ",
  58. " ",
  59. " ",
  60. " ",
  61. " "};