SDtwebbr.m.pm 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* XPM */
  2. static char * SDtwebbr_m_pm[] = {
  3. /* width height ncolors cpp [x_hot y_hot] */
  4. "32 32 12 1 0 0",
  5. /* colors */
  6. " s none m none c none",
  7. ". s iconColor5 m black c blue",
  8. "X s iconGray2 m white c #bdbdbdbdbdbd",
  9. "o s iconColor4 m white c green",
  10. "O s iconGray3 m white c #adadadadadad",
  11. "+ s iconColor2 m white c white",
  12. "@ s iconGray5 m black c #737373737373",
  13. "# s iconGray1 m white c #dededededede",
  14. "$ s iconGray8 m black c #212121212121",
  15. "% s iconGray4 m white c #949494949494",
  16. "& s iconGray6 m black c #636363636363",
  17. "* s iconGray7 m black c #424242424242",
  18. /* pixels */
  19. " .....X ",
  20. " ..oXoXoXoOoO ++@ ",
  21. " .OoXoXoXoOoOoO +@ ",
  22. " oOo#o#oXo..O.Ooo +$ ",
  23. " oOo#o#oXoOoO.Oo.Oo +$ ",
  24. " .Oo#o#o#oOoOoOoo.ooo++@ ",
  25. " ++..oXo#o#oOoOoOooOo.++$$ ",
  26. " +@$..Xo#o#oOoOoOoo++++$$o ",
  27. " +@$ ..oXoXoOoO+++++$$$$..o ",
  28. " +++++++++++++$$$$$........ ",
  29. " @$$$$$$$$$$$$..O.......... ",
  30. " ......oo......oO........ ",
  31. " ......oo.....oOoO....... ",
  32. " .....o.o.....o..o%...... ",
  33. " @+++++++++++++&......... ",
  34. " +OOOOOOOOOOOOO$%.@o....$++ ",
  35. " +O**********%O$..o&.... @$+ ",
  36. " +O*@@@@@@@@@+O$@o&o...$ +$",
  37. " +O*@+%@@@@@@+O$o..*... +$",
  38. " +O*@+@@@@@@@+O$&o*o.. +$",
  39. " +O*@@@@@@@@@+O$o*o.. +$@",
  40. " +O*@@@@@@@@@+O$*..$ ++$@ ",
  41. " +O*@@@@@@@@@+O$o.. ++$$@ ",
  42. " +O%++++++++++O$ ++$$@ ",
  43. " +OOOOOOOOOOOOO$ +$$@ ",
  44. " @$$$$$$$$$$$$$@ +$@ ",
  45. " $*&&&&&*$ +$@ ",
  46. " @@@@@@@@@@@@@@@@@$$ ",
  47. " ++@+@+@+@+@+@++@+@+$ ",
  48. " ++@+@+@+@+@+@+@++@+++$ ",
  49. "#######################$ ",
  50. "$$$$$$$$$$$$$$$$$$$$$$$$ "};