2
0

Dtapps.m.pm 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* XPM */
  2. /* $XConsortium: Dtapps.m.pm /main/3 1995/07/18 16:28:24 drk $ */
  3. /*********************************************************************
  4. * (c) Copyright 1993, 1994 Hewlett-Packard Company
  5. * (c) Copyright 1993, 1994 International Business Machines Corp.
  6. * (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  7. * (c) Copyright 1993, 1994 Novell, Inc.
  8. **********************************************************************/
  9. static char * *Fpapps [] = {
  10. /* width height ncolors cpp [x_hot y_hot] */
  11. "32 32 17 1 0 0",
  12. /* colors */
  13. " s none m none c none",
  14. ". s iconColor2 m white c white",
  15. "X s iconGray4 m white c #949494949494",
  16. "o s iconGray1 m white c #dededededede",
  17. "O s iconGray7 m black c #424242424242",
  18. "+ s iconGray3 m white c #adadadadadad",
  19. "@ s iconGray8 m black c #212121212121",
  20. "# s iconColor8 m black c magenta",
  21. "$ s iconGray5 m black c #737373737373",
  22. "% s iconColor1 m black c black",
  23. "& s iconGray6 m black c #636363636363",
  24. "* s bottomShadowColor m black c #636363636363",
  25. "= s iconGray2 m white c #bdbdbdbdbdbd",
  26. "- s iconColor6 m white c yellow",
  27. "; s iconColor7 m white c cyan",
  28. ": s selectColor m white c #737373737373",
  29. "? s topShadowColor m white c #bdbdbdbdbdbd",
  30. /* pixels */
  31. " ",
  32. " .... ",
  33. " XXooO +++++++@ #$ ",
  34. " .oooO +%%%%%%@ .$#O ",
  35. " XXXoO +%OOOOO@ o@XO ",
  36. " .oooO +OOOOOO@ .O&O ",
  37. " ****XXooO**+=&=&=&@***.-XO ",
  38. " ****.oooO**+&&&&&&@**.-oO ",
  39. " ****XXXoO**+=&=&=&@*.-XO ",
  40. " *X**.oooO**+&&&&&&@.-oO ",
  41. " *Xoooooooooooooooooooooooo ",
  42. " *Xo++++++++++++++++++++++@ ",
  43. " **o++++++++++++++++++++++@ ",
  44. " **o++++++..........++++++@ ",
  45. " **o++++++.;-;-;-;-.&+++++@:: ",
  46. " *Xo++++++.-;-;-;-;.&+++++@:: ",
  47. " *Xo++++++.@@@@@@@@.&+++++@*:: ",
  48. " *Xo++++++.$$$$$$$$.&+++++@**: ",
  49. " *Xo++++++..........&+++++@**: ",
  50. " *Xo+++++++&&&&&&&&&&+++++@**: ",
  51. " *&o++++++++++++++++++++++@**: ",
  52. " *&o++++++++++++++++++++++@**: ",
  53. " *&o++++++++++++++++++++++@**: ",
  54. " *Xo++++++++++++++++++++++@**: ",
  55. " *Xo++++++++++++++++++++++@**: ",
  56. " ?Xo++++++++++++++++++++++@**: ",
  57. " o++++++++++++++++++++++@**: ",
  58. " o++++++++++++++++++++++@**: ",
  59. " o@@@@@@@@@@@@@@@@@@@@@@@**: ",
  60. " ::**********************: ",
  61. " :*********************: ",
  62. " ::::::::::::::::::::::: "};