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.

28 lines
511B

  1. /* XPM */
  2. static const char *flComment_xpm[] = {
  3. /* width height ncolors chars_per_pixel */
  4. "16 16 4 1",
  5. /* colors */
  6. ". c none",
  7. "a c #000000",
  8. "b c #c0e0c0",
  9. "c c #000000",
  10. /* pixels */
  11. "................",
  12. "................",
  13. ".aaaaaaaaaaaaaa.",
  14. ".abbbbbbbbbbbbc.",
  15. ".abbbbbccbbccbc.",
  16. ".abbbbccbbccbbc.",
  17. ".abbbbccbbccbbc.",
  18. ".abbbccbbccbbbc.",
  19. ".abbbccbbccbbbc.",
  20. ".abbccbbccbbbbc.",
  21. ".abbccbbccbbbbc.",
  22. ".abccbbccbbbbbc.",
  23. ".abbbbbbbbbbbbc.",
  24. ".accccccccccccc.",
  25. "................",
  26. "................",
  27. };