You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
540B

  1. /* XPM */
  2. static const char *flSubmenu_xpm[] = {
  3. /* width height ncolors chars_per_pixel */
  4. "16 16 6 1",
  5. /* colors */
  6. "a c #606060",
  7. ". c #000000",
  8. "c c none",
  9. "d c #b0b0b0",
  10. "e c #d0d0d0",
  11. "f c #c0c0c0",
  12. /* pixels */
  13. "cccccccccccccccc",
  14. "cccccccccccccccc",
  15. "cccffffccccccccc",
  16. "c.fffffffccccf.c",
  17. "c.ffffffffffff.c",
  18. "c.eeeeeeeeeeee.c",
  19. "c.ee.eeeee.eee.c",
  20. "c.e.e.eeee..ee.c",
  21. "c.e...eeee...e.c",
  22. "c.e.e.eeee..ee.c",
  23. "c.e.e.eeee.eee.c",
  24. "c.eeeeeeeee.....",
  25. "c.fffffffff.ffff",
  26. "c.fccccffff.ffff",
  27. "cccccccccff.ffff",
  28. "ccccccccccc.ffff"
  29. };