diff lisp/toolbar/undo.xpm @ 32389:03a8b6779868

Reduce colour requirements to 25 overall. (Probably wants revisiting from the originals to reduce further.)
author Dave Love <fx@gnu.org>
date Wed, 11 Oct 2000 18:05:19 +0000
parents f115e74e9dd1
children 8f4a34146a9d
line wrap: on
line diff
--- a/lisp/toolbar/undo.xpm	Wed Oct 11 17:55:31 2000 +0000
+++ b/lisp/toolbar/undo.xpm	Wed Oct 11 18:05:19 2000 +0000
@@ -1,35 +1,38 @@
 /* XPM */
-static char * tb_undo_xpm[] = {
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
 "24 24 8 1",
-" 	c None",
-".	c #000000",
-"+	c #8F431E",
-"@	c #803C1B",
-"#	c #8A411D",
-"$	c #954620",
-"%	c #733618",
-"&	c #5C2B13",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"         .              ",
-"        ..              ",
-"       .+@...           ",
-"      .#$##@%..         ",
-"       .+#...%%.        ",
-"        ..   .&.        ",
-"         .    .&.       ",
-"               ..       ",
-"               ..       ",
-"               .        ",
-"              .         ",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"                        "};
+"  c gray0",
+". c #5c2b13",
+"X c #733618",
+"o c #803c1b",
+"O c #8a411d",
+"+ c #8f431e",
+"@ c #954620",
+"# c None",
+/* pixels */
+"########################",
+"########################",
+"########################",
+"########################",
+"########################",
+"########################",
+"######### ##############",
+"########  ##############",
+"####### +o   ###########",
+"###### O@OOoX  #########",
+"####### +O   XX ########",
+"########  ### . ########",
+"######### #### . #######",
+"###############  #######",
+"###############  #######",
+"############### ########",
+"############## #########",
+"########################",
+"########################",
+"########################",
+"########################",
+"########################",
+"########################",
+"########################"
+};