mh-logo.xpm 1.2 KB

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