diff lisp/toolbar/cut.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/cut.xpm	Wed Oct 11 17:55:31 2000 +0000
+++ b/lisp/toolbar/cut.xpm	Wed Oct 11 18:05:19 2000 +0000
@@ -1,29 +1,32 @@
 /* XPM */
-static char * tb_cut_xpm[] = {
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
 "24 24 2 1",
-" 	c None",
-".	c #000000",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"                  .     ",
-"                ..      ",
-"               ..       ",
-"              ..        ",
-"             ..         ",
-"    ....    ..     ...  ",
-"   .   ..  ..   ....    ",
-"   .   ...........      ",
-"    ....   ....         ",
-"          ..            ",
-"         ...            ",
-"        .  .            ",
-"       .   .            ",
-"       .  .             ",
-"       ...              ",
-"                        ",
-"                        ",
-"                        ",
-"                        "};
+"  c gray0",
+". c None",
+/* pixels */
+"........................",
+"........................",
+"........................",
+"........................",
+"........................",
+".................. .....",
+"................  ......",
+"...............  .......",
+"..............  ........",
+".............  .........",
+"....    ....  .....   ..",
+"... ...  ..  ...    ....",
+"... ...           ......",
+"....    ...    .........",
+"..........  ............",
+".........   ............",
+"........ .. ............",
+"....... ... ............",
+"....... .. .............",
+".......   ..............",
+"........................",
+"........................",
+"........................",
+"........................"
+};