changeset 166:e19d829063b2 draft

Uploaded
author francesco_lapi
date Wed, 24 Jul 2024 16:15:01 +0000
parents 244e2f302c68
children acc46800ad84
files marea_2/marea.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2/marea.py	Wed Jul 24 16:13:10 2024 +0000
+++ b/marea_2/marea.py	Wed Jul 24 16:15:01 2024 +0000
@@ -379,11 +379,11 @@
     UpRegulated   = "#ecac68" # red, up-regulated reaction
     DownRegulated = "#6495ed" # blue, down-regulated reaction
 
-    UpRegulatedInv = "#FF7A00"
+    UpRegulatedInv = "#FF0000"
     # ^^^ different shade of red (actually orange), up-regulated net value for a reversible reaction with
     # conflicting enrichment in the two directions.
 
-    DownRegulatedInv = "#B22CF1"
+    DownRegulatedInv = "#0000FF"
     # ^^^ different shade of blue (actually purple), down-regulated net value for a reversible reaction with
     # conflicting enrichment in the two directions.