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.

insecure.xpm 760B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* XPM */
  2. static char *insecure[] = {
  3. /* columns rows colors chars-per-pixel */
  4. "16 16 22 1 ",
  5. " c #000000",
  6. ". c #040000",
  7. "X c #0D0000",
  8. "o c #120000",
  9. "O c #3A0000",
  10. "+ c #3D0000",
  11. "@ c #4B0000",
  12. "# c #530000",
  13. "$ c #5B0000",
  14. "% c #770000",
  15. "& c #810000",
  16. "* c #8E0000",
  17. "= c #940000",
  18. "- c #980000",
  19. "; c #AB0000",
  20. ": c #BB0000",
  21. "> c #C00000",
  22. ", c #DC0000",
  23. "< c #E30000",
  24. "1 c #E40000",
  25. "2 c #FC0000",
  26. "3 c #FF0000",
  27. /* pixels */
  28. "3333333333333333",
  29. "33333333333;%333",
  30. "33333<#XX#*. ,33",
  31. "3333<o :333",
  32. "3333# @1- =3333",
  33. "3333X <;. %33333",
  34. "3333 ;. :333333",
  35. "33O &33$ O33",
  36. "33 %33$ 33",
  37. "33 &33$ 33",
  38. "33 &33$ 33",
  39. "3; &33$ 33",
  40. ";. &33$ 33",
  41. "& *33$ +33",
  42. "3>33333333333333",
  43. "3333333333333333"
  44. };