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.

dos.xpm 546B

1234567891011121314151617181920212223242526272829
  1. /* XPM */
  2. static char *noname[] = {
  3. /* width height ncolors chars_per_pixel */
  4. "17 16 6 1",
  5. /* colors */
  6. "` c #000000",
  7. "a c #00FFFF",
  8. "b c #00FF00",
  9. "c c #FF00FF",
  10. "d c #FF0000",
  11. "e c #FFFF00",
  12. /* pixels */
  13. "`d`````d``aaaaa``",
  14. "`ddd`ddd`a```````",
  15. "`d``d``d`a```````",
  16. "`d`````d``aaaaa``",
  17. "`d`````d```````a`",
  18. "`d`````d```````a`",
  19. "`d`````d``aaaaa``",
  20. "`````````````````",
  21. "bbbb``eeee`ccccc`",
  22. "b```be````ce`````",
  23. "b``e`b````c`e````",
  24. "b``e`b`````ccccc`",
  25. "b``e`b``````e```c",
  26. "b```be````ee````c",
  27. "bbbb``eeee`ccccc`",
  28. "`````````````````"
  29. };