Dtstyle.l.pm 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /* XPM */
  2. /* $XConsortium: Dtstyle.l.pm /main/3 1995/07/18 16:48:47 drk $ */
  3. static char * Dtstyle [] = {
  4. /* width height ncolors cpp [x_hot y_hot] */
  5. "48 48 19 1 0 0",
  6. /* colors */
  7. " s none m none c none",
  8. ". s iconColor1 m black c black",
  9. "X s bottomShadowColor m black c #636363636363",
  10. "o s iconGray1 m white c #dededededede",
  11. "O s iconGray7 m black c #424242424242",
  12. "+ s topShadowColor m white c #bdbdbdbdbdbd",
  13. "@ s iconGray3 m white c #adadadadadad",
  14. "# s iconColor2 m white c white",
  15. "$ s iconGray2 m white c #bdbdbdbdbdbd",
  16. "% s iconColor8 m black c magenta",
  17. "& s selectColor m white c #737373737373",
  18. "* s iconColor6 m white c yellow",
  19. "= s iconColor3 m black c red",
  20. "- s iconGray4 m white c #949494949494",
  21. "; s iconGray5 m black c #737373737373",
  22. ": s iconColor5 m black c blue",
  23. "> s iconColor4 m white c green",
  24. "< s iconGray6 m black c #636363636363",
  25. "1 s iconGray8 m black c #212121212121",
  26. /* pixels */
  27. " ",
  28. " ",
  29. " ",
  30. " ",
  31. " .XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ",
  32. " .oooooooooooooooooooooooooooooooooO+ ",
  33. " .o@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@oO+ ",
  34. " .o@@@@@@@@@@@@@@@@@@@@@@@@@o########o$ ",
  35. " .o@@ooooooooooooooooooooo##$$$$$%#%$$### ",
  36. " .o@@o@@@@@@@@@@Oo@@@@@@##$$$$$$%#%%O$$$$#&",
  37. " .o@@o@@@@@@@@@@Oo@@@@@#$$$****$#%#%O$$$$.&",
  38. " .o@@o@@@@@@@@@@Oo@@@@#$$$****=$$OOO$$$$$.&",
  39. " .O@@o@@oooooo@@Oo@@@#$$$$****=$$$$$$$$$.&&",
  40. " #######O@o@@oOOOOO@@Oo@@#$$$$$$*==$$-...$$$.&& ",
  41. " OOOOOO$#Oo@@@@@@@@@@Oo@@#$$==$$$$$$$.;;$$$.&& ",
  42. " &&&&&$$Oo@@@@@@@@@@Oo@@#$===.$$##$$.oo$$$;ooo ",
  43. " X;;Oo@@@@@@@@@@Oo@@#$===.$#:::$$$$$$$$$$O&",
  44. " .#$OoOOOOOOOOOOOoOO#$$..$$:::::$>:>:>$$$O&",
  45. " X;;;O$$$$$$$$$$$$$$<$$$$$$::::.$:>:>$$$O.&",
  46. " #$$$O---------------<1$$$$$:::.$>:>O$$-.&&",
  47. " oooooooooooo------------11.$$$$$$$$::O$$1.&& ",
  48. " o$$$$$$$$$$$$--------------...@$$$$$$$$;1&&& ",
  49. " o$ooo-ooo-ooo-@O--------------...........&& ",
  50. " o$o@@<o@@<o@@<@O<----############;;;;;;O & ",
  51. " o$o@@<o@@<o@@<@O<;---##...##...##.-----O+ ",
  52. " o$o@@<o@@<o@@<@O<;---#.;;;##.;;;#.;----O+ ",
  53. " o$o@@<o@@<o@@<@O<;---#.;;-##.---#.;----O+ ",
  54. " o$;;;@;;;@;;;$@O<;---..;--##.---..;----O+ ",
  55. " o$$$$$$$$$$$$$@O<;----;;--##.----;;----O+ ",
  56. " o$o$o$o$o$o$o$@O<;--------##.-########+O+ ",
  57. " oooooooooooooo@O1OOOOOOOOO##.O#..##..#.O+ ",
  58. " oooooooooooooo@OX ++++++++##.+#.+##.+#.++ ",
  59. " o$o$o$o$o$o$o$@OX& ##.&..&##.&..& ",
  60. " o$$$$$$$$$$$$$@OX& ##.& &&##.& && ",
  61. " o@$@$@$@$@$@$@-OX& ##.& ##.& ##### ",
  62. " o@@@@@@@@@@@@@-OX& ##.& ##.& #.#.#. ",
  63. " o-@-@-@-@-@-@-;OX& ##.& ##.& ..#...& ",
  64. " o--------------OX& ######. ##.& #.&&& ",
  65. " o------------;-OX& .......&####. #.& ",
  66. " o;-;-;-;-;-;-;-OX& &&&&&&&.....& ###. ",
  67. " o;;;;;;;;;;;;;;OX& &&&&& ...& ",
  68. " ;;;;;;;;;;;;1XX& &&& ",
  69. " OOOOOOOOOOOXX&& ",
  70. " XXXXXXXXXXX&& ",
  71. " &&&&&&&&&&&& ",
  72. " ",
  73. " ",
  74. " "};