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
538B

  1. /* XPM */
  2. static const char *flData_xpm[] = {
  3. /* width height ncolors chars_per_pixel */
  4. "16 16 6 1",
  5. /* colors */
  6. ". c none",
  7. "a c #000000",
  8. "b c #c0e0c0",
  9. "c c #000000",
  10. " c #000000",
  11. "- c #607006",
  12. /* pixels */
  13. "................",
  14. "................",
  15. "...aaaaaaaaaaaaa",
  16. "...abbbbbbbbbbbc",
  17. "...ab b- -b bbbc",
  18. "..abb b b b bbc.",
  19. "..abb b- -b bbc.",
  20. "..abbbbbbbbbbbc.",
  21. ".abbbbbbbbbbbc..",
  22. ".ab b b- -bbbc..",
  23. ".ab b b b bbbc..",
  24. "abb b b- -bbc...",
  25. "abbbbbbbbbbbc...",
  26. "acccccccccccc...",
  27. "................",
  28. "................",
  29. };