underline.xpm 638 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* XPM */
  2. static char *magick[] = {
  3. /* columns rows colors chars-per-pixel */
  4. "16 16 16 1",
  5. " c black",
  6. ". c maroon",
  7. "X c green",
  8. "o c olive",
  9. "O c navy",
  10. "+ c purple",
  11. "@ c teal",
  12. "# c fractal",
  13. "$ c silver",
  14. "% c red",
  15. "& c lime",
  16. "* c yellow",
  17. "= c blue",
  18. "- c fuchsia",
  19. "; c aqua",
  20. ": c gray100",
  21. /* pixels */
  22. "$$$$$$$$$$$$$$$$",
  23. "$$$$$$$$$$$$$$$$",
  24. "$$$$$$$$$$$$$$$$",
  25. "$$$ $ $$$$",
  26. "$$$$ $$$ $$$$$",
  27. "$$$$ $$$ $$$$$",
  28. "$$$$ $$$ $$$$$",
  29. "$$$$ $$$ $$$$$",
  30. "$$$$ $$$ $$$$$",
  31. "$$$$ $$$ $$$$$",
  32. "$$$$ #$# $$$$$",
  33. "$$$$$ $$$$$$",
  34. "$$$$$$$$$$$$$$$$",
  35. "$$$ $$$$",
  36. "$$$$$$$$$$$$$$$$",
  37. "$$$$$$$$$$$$$$$$"
  38. };