unchecked.xpm 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* XPM */
  2. /* Copyright (C) 2010-2012 Free Software Foundation, Inc.
  3. *
  4. * Author: Chong Yidong <cyd@stupidchicken.com>
  5. *
  6. * This file is part of GNU Emacs.
  7. *
  8. * GNU Emacs is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * GNU Emacs is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  20. */
  21. static char * unchecked_xpm[] = {
  22. "12 12 5 1",
  23. " c None",
  24. ". c gray20",
  25. "+ c white",
  26. "@ c gray70",
  27. "# c black",
  28. "............",
  29. "............",
  30. "..@@@@@@@@+.",
  31. "..@@@@@@@@+.",
  32. "..@@@@@@@@+.",
  33. "..@@@@@@@@+.",
  34. "..@@@@@@@@+.",
  35. "..@@@@@@@@+.",
  36. "..@@@@@@@@+.",
  37. "..@++++++++.",
  38. ".@+++++++++.",
  39. "............"};