diff 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
line wrap: on
line diff
--- a/lisp/toolbar/home.xpm	Mon Oct 16 07:28:24 2000 +0000
+++ b/lisp/toolbar/home.xpm	Mon Oct 16 08:41:18 2000 +0000
@@ -1,38 +1,36 @@
 /* XPM */
-static char *magick[] = {
-/* columns rows colors chars-per-pixel */
-"24 24 8 1",
-"  c Gray0",
-". c #6bcb79c962d2",
-"X c #7cfd8d0d71f2",
-"o c #838392927979",
-"O c #a6a6b1b19e9e",
-"+ c #b878c181b272",
-"@ c #ca8cd151c6a5",
-"# c None",
-/* pixels */
-"########################",
-"########################",
-"########################",
-"########################",
-"########### ##   #######",
-"########## # # @ #######",
-"######### #@o  @ #######",
-"######## ##@+o @ #######",
-"####### ##@@@+X@ #######",
-"###### @#@@@@@+X #######",
-"##### ##@@@@@@@+. ######",
-"#### ###@@@@@@@@O. #####",
-"###   ##@@@@@@@@.   ####",
-"##### ##@@@@@@@@. ######",
-"##### ##    @@@@. ######",
-"##### ## @@ @@@@. ######",
-"##### ## @@ @@@@. ######",
-"##### #@ @@ @@@@. ######",
-"##### @. .. ..... ######",
-"#####             ######",
-"########################",
-"########################",
-"########################",
-"########################"
-};
+static char * home_xpm[] = {
+"24 24 9 1",
+" 	c None",
+".	c #020202",
+"+	c #6C7962",
+"@	c #7A8A6E",
+"#	c #FEFEFE",
+"$	c #7E8E76",
+"%	c #82927A",
+"&	c #C8CEC4",
+"*	c #E3E7E1",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"           .  ...       ",
+"          .#. .&.       ",
+"         .#*%..&.       ",
+"        .##&&$.&.       ",
+"       .##&&&&$&.       ",
+"      .*#&&&&&&@.       ",
+"     .##&&&&&&&&+.      ",
+"    .###&&&&&&&&&+.     ",
+"   ...##&&&&&&&&+...    ",
+"     .##&&&&&&&&+.      ",
+"     .##....&&&&+.      ",
+"     .##.&&.&&&&+.      ",
+"     .##.&&.&&&&+.      ",
+"     .#*.&&.&&&&+.      ",
+"     .&+.++.+++++.      ",
+"     .............      ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};