SDtwebbr.t.pm 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* XPM */
  2. /****************************************************************
  3. * Copyright (c) 1996 Sun Microsystems, Inc.
  4. * All Rights Reserved
  5. *****************************************************************/
  6. static char * SDtwebbr_t_pm[] = {
  7. /* width height ncolors cpp [x_hot y_hot] */
  8. "16 16 14 1 0 0",
  9. /* colors */
  10. " s none m none c none",
  11. ". s iconGray7 m black c #424242424242",
  12. "X s iconColor2 m white c white",
  13. "o s iconGray4 m white c #949494949494",
  14. "O s iconGray2 m white c #bdbdbdbdbdbd",
  15. "+ s iconColor7 m white c cyan",
  16. "@ s iconGray8 m black c #212121212121",
  17. "# s iconColor4 m white c green",
  18. "$ s iconGray6 m black c #636363636363",
  19. "% s iconColor1 m black c black",
  20. "& s iconColor5 m black c blue",
  21. "* s iconGray5 m black c #737373737373",
  22. "= s iconGray3 m white c #adadadadadad",
  23. "- s iconGray1 m white c #dededededede",
  24. /* pixels */
  25. " .....XX ",
  26. " ..oXOo+..X@ ",
  27. " XX.XX#Ooo$.X@ ",
  28. " X@.O+OOXXXXX@ ",
  29. " OXXXXXXo@@@@% ",
  30. " @@@@$$o#$&% ",
  31. " .ooo$$$o$$% ",
  32. " XXXXXX*$$.&@X ",
  33. " X@@@@=@...%.X@",
  34. " X@***X@&.%% X@",
  35. " X@***X@%%.XX@ ",
  36. " X=XXXX@ X@@ ",
  37. " *@@@@@@ X@ ",
  38. " X*X*X*X*X@ ",
  39. "----------- ",
  40. "@@@@@@@@@@@@ "};