src/hg/hgTracks/cds.h 1.24

1.24 2010/04/05 21:04:43 angie
Make the blue for query-insertion-at-end darker and bluer, so it is more easy to distinguish from the green for polyA.
Index: src/hg/hgTracks/cds.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/cds.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -b -B -U 4 -r1.23 -r1.24
--- src/hg/hgTracks/cds.h	17 Nov 2009 20:17:57 -0000	1.23
+++ src/hg/hgTracks/cds.h	5 Apr 2010 21:04:43 -0000	1.24
@@ -57,11 +57,11 @@
 #define CDS_QUERY_INSERTION_G 128
 #define CDS_QUERY_INSERTION_B 0
 
 #define CDS_QUERY_INSERTION_AT_END 8
-#define CDS_QUERY_INSERTION_AT_END_R 90
-#define CDS_QUERY_INSERTION_AT_END_G 210
-#define CDS_QUERY_INSERTION_AT_END_B 255
+#define CDS_QUERY_INSERTION_AT_END_R 30
+#define CDS_QUERY_INSERTION_AT_END_G 60
+#define CDS_QUERY_INSERTION_AT_END_B 240
 
 #define CDS_POLY_A 9
 #define CDS_POLY_A_R 0
 #define CDS_POLY_A_G 210