comparison lisp/toolbar/home.xpm @ 32519:54d90c318dfd

Re-convert from full-color version (using the Gimp) to eliminate dithering artifacts.
author Miles Bader <miles@gnu.org>
date Mon, 16 Oct 2000 08:41:18 +0000
parents 8f4a34146a9d
children 734ff40978ad
comparison
equal deleted inserted replaced
32518:c8517fffd6fb 32519:54d90c318dfd
1 /* XPM */ 1 /* XPM */
2 static char *magick[] = { 2 static char * home_xpm[] = {
3 /* columns rows colors chars-per-pixel */ 3 "24 24 9 1",
4 "24 24 8 1", 4 " c None",
5 " c Gray0", 5 ". c #020202",
6 ". c #6bcb79c962d2", 6 "+ c #6C7962",
7 "X c #7cfd8d0d71f2", 7 "@ c #7A8A6E",
8 "o c #838392927979", 8 "# c #FEFEFE",
9 "O c #a6a6b1b19e9e", 9 "$ c #7E8E76",
10 "+ c #b878c181b272", 10 "% c #82927A",
11 "@ c #ca8cd151c6a5", 11 "& c #C8CEC4",
12 "# c None", 12 "* c #E3E7E1",
13 /* pixels */ 13 " ",
14 "########################", 14 " ",
15 "########################", 15 " ",
16 "########################", 16 " ",
17 "########################", 17 " . ... ",
18 "########### ## #######", 18 " .#. .&. ",
19 "########## # # @ #######", 19 " .#*%..&. ",
20 "######### #@o @ #######", 20 " .##&&$.&. ",
21 "######## ##@+o @ #######", 21 " .##&&&&$&. ",
22 "####### ##@@@+X@ #######", 22 " .*#&&&&&&@. ",
23 "###### @#@@@@@+X #######", 23 " .##&&&&&&&&+. ",
24 "##### ##@@@@@@@+. ######", 24 " .###&&&&&&&&&+. ",
25 "#### ###@@@@@@@@O. #####", 25 " ...##&&&&&&&&+... ",
26 "### ##@@@@@@@@. ####", 26 " .##&&&&&&&&+. ",
27 "##### ##@@@@@@@@. ######", 27 " .##....&&&&+. ",
28 "##### ## @@@@. ######", 28 " .##.&&.&&&&+. ",
29 "##### ## @@ @@@@. ######", 29 " .##.&&.&&&&+. ",
30 "##### ## @@ @@@@. ######", 30 " .#*.&&.&&&&+. ",
31 "##### #@ @@ @@@@. ######", 31 " .&+.++.+++++. ",
32 "##### @. .. ..... ######", 32 " ............. ",
33 "##### ######", 33 " ",
34 "########################", 34 " ",
35 "########################", 35 " ",
36 "########################", 36 " "};
37 "########################"
38 };