SDthtml.t.pm 985 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* XPM */
  2. /****************************************************************
  3. * Copyright (c) 1996 Sun Microsystems, Inc.
  4. * All Rights Reserved
  5. *****************************************************************/
  6. static char * SDthtml_t_pm[] = {
  7. /* width height ncolors cpp [x_hot y_hot] */
  8. "16 16 9 1 0 0",
  9. /* colors */
  10. " s iconColor2 m white c white",
  11. ". s none m none c none",
  12. "X s iconGray4 m white c #949494949494",
  13. "o s iconGray8 m black c #212121212121",
  14. "O s iconGray2 m white c #bdbdbdbdbdbd",
  15. "+ s iconColor1 m black c black",
  16. "@ s iconGray6 m black c #636363636363",
  17. "# s iconColor5 m black c blue",
  18. "$ s iconGray7 m black c #424242424242",
  19. /* pixels */
  20. " ...",
  21. " XoOooOooOoX+...",
  22. " Ooo@oo@oo@O+...",
  23. " OooOooOooOO+...",
  24. " OOOOOOOOOOO+...",
  25. " O##X#XOOOOO+...",
  26. " OOOOOOOOOOO+...",
  27. " O##############",
  28. " O# # # # ##",
  29. " O# # # # # ##",
  30. " O# # # # ##",
  31. " O# # # # # # ##",
  32. " O# # # # # # #",
  33. " O##############",
  34. " OO+@O@OX$$@+...",
  35. " ++++++++++++..."};