diff lisp/toolbar/left_arrow.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/left_arrow.xpm	Mon Oct 16 07:28:24 2000 +0000
+++ b/lisp/toolbar/left_arrow.xpm	Mon Oct 16 08:41:18 2000 +0000
@@ -1,39 +1,36 @@
 /* XPM */
-static char *magick[] = {
-/* columns rows colors chars-per-pixel */
+static char * left_arrow_xpm[] = {
 "24 24 9 1",
-"  c Gray0",
-". c #36e159032f85",
-"X c #484873733e3e",
-"o c #4ee879e04578",
-"O c #6be296e56112",
-"+ c #8383aa2a7979",
-"@ c #b1b1c7c7acac",
-"# c #e430ebc9e28c",
-"$ c None",
-/* pixels */
-"$$$$$$$$$$$$$$$$$$$$$$$$",
-"$$$$$$$$$$$$$$$$$$$$$$$$",
-"$$$$$$$$$$$$$$$$$$$$$$$$",
-"$$$$$$$$$$$$$$$$$$$$$$$$",
-"$$$$$$$$$$$$$$$$$$$$$$$$",
-"$$$$$$$$$$$$$$$$  $$$$$$",
-"$$$$$$$$$$$$$$  @ $$$$$$",
-"$$$$$$$$$$$$  #$@ $$$$$$",
-"$$$$$$$$$$  #$##@ $$$$$$",
-"$$$$$$$$  #$####@ $$$$$$",
-"$$$$$$  #$######@ $$$$$$",
-"$$$$  @$########@.$$$$$$",
-"$$$$  .OO+O+++++O $$$$$$",
-"$$$$$$  ooO+O+++O $$$$$$",
-"$$$$$$$$  .oO+++O $$$$$$",
-"$$$$$$$$$$  ooO+O $$$$$$",
-"$$$$$$$$$$$$  XOO $$$$$$",
-"$$$$$$$$$$$$$$  . $$$$$$",
-"$$$$$$$$$$$$$$$$  $$$$$$",
-"$$$$$$$$$$$$$$$$$$$$$$$$",
-"$$$$$$$$$$$$$$$$$$$$$$$$",
-"$$$$$$$$$$$$$$$$$$$$$$$$",
-"$$$$$$$$$$$$$$$$$$$$$$$$",
-"$$$$$$$$$$$$$$$$$$$$$$$$"
-};
+" 	c None",
+".	c #020202",
+"+	c #121A12",
+"@	c #78A16E",
+"#	c #86AD7D",
+"$	c #B2C6AE",
+"%	c #263222",
+"&	c #E7EDE6",
+"*	c #497241",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                ..      ",
+"              ..$.      ",
+"            ..&&$.      ",
+"          ..&&&&$.      ",
+"        ..&&&&&&$.      ",
+"      .+&&&&&&&&$.      ",
+"    ..$&&&&&&&&&$%      ",
+"    ..**@@@#####@.      ",
+"      ..**@#@###@.      ",
+"        ..**@#@#@.      ",
+"          ..**@@@.      ",
+"            ..*@*.      ",
+"              ..*.      ",
+"                ..      ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};