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.

ibmmap.xpm 250B

12345678910111213141516
  1. /* XPM */
  2. static char *noname[] = {
  3. /* width height ncolors chars_per_pixel */
  4. "8 1 8 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 #FFFFFF",
  12. "f c #FFFF00",
  13. "g c #0000FF",
  14. /* pixels */
  15. "`dbgfcae"
  16. };