Fpprnt7.l.pm 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /* XPM */
  2. /* $XConsortium: Fpprnt7.l.pm /main/3 1995/07/18 17:03:10 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 Unix System Labs, Inc., a subsidiary of
  8. * Novell, Inc.
  9. **********************************************************************/
  10. static char * Fprnt08 [] = {
  11. /* width height ncolors cpp [x_hot y_hot] */
  12. "48 48 13 1 0 0",
  13. /* colors */
  14. " s none m none c none",
  15. ". s iconColor2 m white c white",
  16. "X s iconGray2 m white c #bdbdbdbdbdbd",
  17. "o s bottomShadowColor m black c #636363636363",
  18. "O s iconGray7 m black c #424242424242",
  19. "+ s topShadowColor m white c #bdbdbdbdbdbd",
  20. "@ s iconGray3 m white c #adadadadadad",
  21. "# s iconGray1 m white c #dededededede",
  22. "$ s iconGray5 m black c #737373737373",
  23. "% s iconGray4 m white c #949494949494",
  24. "& s iconGray6 m black c #636363636363",
  25. "* s iconGray8 m black c #212121212121",
  26. "= s selectColor m white c #737373737373",
  27. /* pixels */
  28. " ",
  29. " ",
  30. " ",
  31. " ",
  32. " ",
  33. " ",
  34. " ",
  35. " ",
  36. " ",
  37. " .............. ",
  38. " ............XX.... ",
  39. " .....XXXXXXXXXX....... ",
  40. " .......X.X.X..X.XXX..... ",
  41. " ..........XX.X....X..... ",
  42. " ....XXXXXXX..X..X.X....... ",
  43. " ............X............. ",
  44. " ...XXX.X.X.X.XXX.......... ",
  45. " o...........................ooooo ",
  46. " o............................XXXXXO+ ",
  47. " o.XXX@@@#X@@##@@@XX#@@@#@.@.@@@XXXXXO+ ",
  48. " o.XXX$%####################%X#@@@XXXXXO+ ",
  49. " o.XXXO&$$$$$$$$$$$$$$$$$$$$$$$.@@@XXXXXXO+ ",
  50. " o.....###########################.......*+ ",
  51. " o.####XXXXXXXXXXXXXXXXXXXXXXXXXXX#######*+ ",
  52. " o.XX##########################&&&&&&&&&X*+ ",
  53. " o.XX#%%%XX%%%XX%%%XX%%%XX%%%##&XXX$$$$&X*+ ",
  54. " o.XX##########################&$$$$$$$&X*+ ",
  55. " o.XXX$$$$$$$$$$$$$$$$$$$$$$$$$&&&&&&&&&X*+ ",
  56. " o.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*+ ",
  57. " o.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*+ ",
  58. " o.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*+ ",
  59. " o.XXX$$$$$$$$$$$$$$$$$$$$$$$$$$$XXXXXXXX*+ ",
  60. " o.XXX$*************************XXXXXXXXX*+ ",
  61. " o.XXX$*%$$$$$$$$$$$$$$$$$$$$$$**XXXXXXXX*+ ",
  62. " o.****@.$$$$$$$$$$$$$$$$$$$$$$$**********+ ",
  63. " o+o@O*@@@@@@@@@@@@@@@@@@@@@@@@@*OOOOOO*+++ ",
  64. " o@O*%$$$$$$$$$$$$$$$$$$$$$$$$*OOOOOO*+ ",
  65. " o@***********************************+ ",
  66. " o++*%$$$$$$$$$$$$$$$$$$$$$$$$*o ++++++ ",
  67. " ***************************o= ",
  68. " ooooooooooooooooooooooooooo= ",
  69. " =========================== ",
  70. " ",
  71. " ",
  72. " ",
  73. " ",
  74. " ",
  75. " "};