FpCM.l.pm 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /* XPM */
  2. /* $XConsortium: FpCM.l.pm /main/3 1995/07/18 16:54:12 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 * FpCM_l_pm[] = {
  11. /* width height ncolors cpp [x_hot y_hot] */
  12. "48 48 12 1 0 0",
  13. /* colors */
  14. " s none m none c none",
  15. ". s topShadowColor m white c #bdbdbdbdbdbd",
  16. "X s bottomShadowColor m black c #636363636363",
  17. "o s iconGray8 m black c #212121212121",
  18. "O s iconColor2 m white c white",
  19. "+ s iconGray3 m white c #adadadadadad",
  20. "@ s iconGray5 m black c #737373737373",
  21. "# s iconGray1 m white c #dededededede",
  22. "$ s iconGray2 m white c #bdbdbdbdbdbd",
  23. "% s iconGray6 m black c #636363636363",
  24. "& s iconGray4 m white c #949494949494",
  25. "* s iconColor1 m black c black",
  26. /* pixels */
  27. " ",
  28. " ... ... ",
  29. " XoXX.O+XXXXXXXXXXXXXXXXXXXXXX.O+@XX. ",
  30. " X##$.O+######################.O+%$X. ",
  31. " X#+#.O&$&@###################.O&$$X. ",
  32. " X#+#+#&&@$$$$$$$$$$$$$$$$$$$$+#&&&X. ",
  33. " X#+#&$&@$$$$$$$$$$$$$$$$$$$$$&$&@&X. ",
  34. " X#+#*&*$$$$$$$$$$$$$$$$$$$$$$*&*$&X. ",
  35. " X#+#$*$$$$$$$$$$$$$$$$$$$$$$$$*$$&X. ",
  36. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  37. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  38. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  39. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  40. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  41. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  42. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  43. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  44. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  45. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  46. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  47. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  48. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  49. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  50. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  51. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  52. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  53. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  54. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  55. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  56. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  57. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  58. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  59. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  60. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  61. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  62. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&X. ",
  63. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$OOO###X. ",
  64. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$OO#$+%X. ",
  65. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$O#$+%@X. ",
  66. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$#$+%@$X. ",
  67. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$#+%@$$X. ",
  68. " X#+#$$$$$$$$$$$$$$$$$$$$$$$$#%@$$$X. ",
  69. " X#+&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*X. ",
  70. " X#%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@**X. ",
  71. " XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. ",
  72. " .................................... ",
  73. " ",
  74. " "};