src/inc/cheapcgi.h 1.68

1.68 2009/12/09 03:36:59 tdreszer
Added a couple color defines
Index: src/inc/cheapcgi.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/cheapcgi.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -b -B -U 4 -r1.67 -r1.68
--- src/inc/cheapcgi.h	18 Jun 2009 17:53:38 -0000	1.67
+++ src/inc/cheapcgi.h	9 Dec 2009 03:36:59 -0000	1.68
@@ -23,8 +23,12 @@
 #define COLOR_BG_PALE           "#F8F8F8"
 #define COLOR_DARKGREEN         "#008800"
 #define COLOR_DARKBLUE          "#000088"
 #define COLOR_LTGREY            "#CCCCCC"
+#define COLOR_YELLOW            "#FFFF00"
+#define COLOR_LTYELLOW          "#FFF380"
+#define COLOR_WHITE             "#FFFFFF"
+#define COLOR_RED               "#AA0000"
 
 void initSigHandlers(boolean dumpStack);
 /* set handler for various terminal signals for logging purposes.
  * if dumpStack is TRUE, attempt to dump the stack. */