From 99d806e8ddbefa4380b994e7748d85c57006c21f Mon Sep 17 00:00:00 2001
From: tcarver <tjc>
Date: Thu, 25 Oct 2012 11:50:39 +0100
Subject: [PATCH] change colour

---
 uk/ac/sanger/artemis/components/alignment/LineAttributes.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uk/ac/sanger/artemis/components/alignment/LineAttributes.java b/uk/ac/sanger/artemis/components/alignment/LineAttributes.java
index 655d97fe5..5030f576d 100644
--- a/uk/ac/sanger/artemis/components/alignment/LineAttributes.java
+++ b/uk/ac/sanger/artemis/components/alignment/LineAttributes.java
@@ -157,7 +157,7 @@ public class LineAttributes
         Color.magenta,
         new Color(100, 100, 0),
         new Color(0, 100, 100),
-        new Color(204, 51, 128),
+        new Color(50, 0, 50),
         new Color(255, 102, 0),
         Color.black };
     final LineAttributes lines[] = new LineAttributes[numPlots];
-- 
GitLab