Index: trunk/Ohana/src/kapa/include/structures.h
===================================================================
--- trunk/Ohana/src/kapa/include/structures.h	(revision 3465)
+++ trunk/Ohana/src/kapa/include/structures.h	(revision 4769)
@@ -1,28 +1,2 @@
-/** this list must match the one in mana/include/package.h, and equiv */
-# define NGRAPHCOLORS 23
-static char GRAPHCOLORS[NGRAPHCOLORS][2][15] = {
-{"black",    "0.00 0.00 0.00"}, 
-{"white",    "1.00 1.00 1.00"}, 
-{"red",      "1.00 0.00 0.00"}, 
-{"pink",     "1.00 0.75 0.80"}, 
-{"orange",   "1.00 0.65 0.00"}, 
-{"yellow",   "1.00 1.00 0.00"}, 
-{"wheat",    "0.96 0.87 0.70"}, 
-{"gold",     "1.00 0.84 0.00"}, 
-{"green",    "0.00 1.00 0.00"}, 
-{"darkgreen","0.00 0.40 0.00"}, 
-{"blue",     "0.00 0.00 1.00"}, 
-{"skyblue",  "0.53 0.81 0.92"}, 
-{"indigo",   "0.56 0.16 0.87"}, 
-{"violet",   "1.00 0.00 0.00"},
-{"grey10",   "0.10 0.10 0.10"},
-{"grey20",   "0.20 0.20 0.20"},
-{"grey30",   "0.30 0.30 0.30"},
-{"grey40",   "0.40 0.40 0.40"},
-{"grey50",   "0.50 0.50 0.50"},
-{"grey60",   "0.60 0.60 0.60"},
-{"grey70",   "0.70 0.70 0.70"},
-{"grey80",   "0.80 0.80 0.80"},
-{"grey90",   "0.90 0.90 0.90"}};
 
 /**************** Graphic carries X info around ****************/
@@ -40,5 +14,5 @@
   unsigned long  fore;
   unsigned long  back;
-  unsigned long  color[NGRAPHCOLORS];
+  unsigned long  *color;
 } Graphic;
 
