tb_open.xpm 770 B

1234567891011121314151617181920212223242526272829303132
  1. /* XPM */
  2. static char * tb_open_xpm[] = {
  3. /* width height ncolors cpp [x_hot y_hot] */
  4. "18 18 7 1 0 0",
  5. /* colors */
  6. " s none m none c none",
  7. ". s iconColor1 m black c #000000",
  8. "X s bottomShadowColor m black c #5D6069",
  9. "o s iconColor2 m none c #FFFFFF",
  10. "O s iconGray1 m none c #dedede",
  11. "+ s iconGray5 m black c #737373",
  12. "@ s iconGray3 m none c #adadad",
  13. /* pixels */
  14. " ",
  15. " .........X ",
  16. " .oooooo.o.X ",
  17. " .oooooo.oo.X ",
  18. " .oooooo....X ",
  19. " ...ooooooooo... ",
  20. " .O.OOOOOOOOo.+. ",
  21. ".............O.+.X",
  22. ".oooooooooooo..+.X",
  23. " .o@@@@@@@@@@+.+.X",
  24. " .o@@@@@@@@@@@.+.X",
  25. " .o@@@@@@@@@@+..X",
  26. " .o@@@@@@@@@@@..X",
  27. " .o+++++++++++.X",
  28. " ..............X",
  29. " XXXXXXXXXXXXX",
  30. " ",
  31. " "};