diff lisp/toolbar/spell.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 a34683871fc3
children 8f4a34146a9d
line wrap: on
line diff
--- a/lisp/toolbar/spell.xpm	Wed Oct 11 17:55:31 2000 +0000
+++ b/lisp/toolbar/spell.xpm	Wed Oct 11 18:05:19 2000 +0000
@@ -1,37 +1,40 @@
 /* XPM */
-static char * tb_spellcheck_xpm[] = {
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
 "24 24 10 1",
-" 	c None",
-".	c #000000",
-"+	c #486640",
-"@	c #415B39",
-"#	c #4C6B42",
-"$	c #5B8050",
-"%	c #648C58",
-"&	c #537549",
-"*	c #496640",
-"=	c #4F6F46",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"    ..  ...   ..        ",
-"   .  . .  . .  .       ",
-"   .... ...  .          ",
-"   .  . .  . .  .       ",
-"   .  . ...   ..    ..  ",
-"                   ..   ",
-"           ..     ..    ",
-"           .+.   .@.    ",
-"            .#. .#.     ",
-"            .+$.$@.     ",
-"             .#%&.      ",
-"             .*%@.      ",
-"              .#.       ",
-"              .=.       ",
-"               .        ",
-"                        ",
-"                        ",
-"                        ",
-"                        ",
-"                        "};
+"  c gray0",
+". c #415b39",
+"X c #486640",
+"o c #496640",
+"O c #4c6b42",
+"+ c #4f6f46",
+"@ c #537549",
+"# c #5b8050",
+"$ c #648c58",
+"% c None",
+/* pixels */
+"%%%%%%%%%%%%%%%%%%%%%%%%",
+"%%%%%%%%%%%%%%%%%%%%%%%%",
+"%%%%%%%%%%%%%%%%%%%%%%%%",
+"%%%%%%%%%%%%%%%%%%%%%%%%",
+"%%%%  %%   %%%  %%%%%%%%",
+"%%% %% % %% % %% %%%%%%%",
+"%%%    %   %% %%%%%%%%%%",
+"%%% %% % %% % %% %%%%%%%",
+"%%% %% %   %%%  %%%%  %%",
+"%%%%%%%%%%%%%%%%%%%  %%%",
+"%%%%%%%%%%%  %%%%%  %%%%",
+"%%%%%%%%%%% X %%% . %%%%",
+"%%%%%%%%%%%% O % O %%%%%",
+"%%%%%%%%%%%% X# #. %%%%%",
+"%%%%%%%%%%%%% O$@ %%%%%%",
+"%%%%%%%%%%%%% o$. %%%%%%",
+"%%%%%%%%%%%%%% O %%%%%%%",
+"%%%%%%%%%%%%%% + %%%%%%%",
+"%%%%%%%%%%%%%%% %%%%%%%%",
+"%%%%%%%%%%%%%%%%%%%%%%%%",
+"%%%%%%%%%%%%%%%%%%%%%%%%",
+"%%%%%%%%%%%%%%%%%%%%%%%%",
+"%%%%%%%%%%%%%%%%%%%%%%%%",
+"%%%%%%%%%%%%%%%%%%%%%%%%"
+};