From: Ben Soares Date: Mon, 21 Aug 2023 13:09:03 +0000 (+0100) Subject: Merge branch 'improvement/JAL-4250_secondary_structure_annotation_antialias' into... X-Git-Tag: Release_2_11_4_0~211 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=b01719ac58bd78e47520c7e905b8696c350248d8;hp=78eb3c930074fc353618f5b217d4e3129801a6d4;p=jalview.git Merge branch 'improvement/JAL-4250_secondary_structure_annotation_antialias' into merge/big_merge_of_bens_stuff_before_2_11_3_0 --- diff --git a/src/jalview/renderer/AnnotationRenderer.java b/src/jalview/renderer/AnnotationRenderer.java index 9a0081f..3faddb7 100644 --- a/src/jalview/renderer/AnnotationRenderer.java +++ b/src/jalview/renderer/AnnotationRenderer.java @@ -1170,7 +1170,7 @@ public class AnnotationRenderer public static final Color GLYPHLINE_COLOR = Color.gray; - public static final Color SHEET_COLOUR = Color.green.darker(); + public static final Color SHEET_COLOUR = Color.green; public static final Color HELIX_COLOUR = Color.red;