diff color_palette.py @ 1:b5453d07f740 draft default tip

"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/flow_overview commit 65373effef15809f3db0e5f9603ef808f4110aa3"
author azomics
date Wed, 29 Jul 2020 17:03:53 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/color_palette.py	Wed Jul 29 17:03:53 2020 -0400
@@ -0,0 +1,48 @@
+######################################################################
+#                  Copyright (c) 2016 Northrop Grumman.
+#                          All rights reserved.
+######################################################################
+
+color_palette = [
+    '#000000',  # Black 0
+    '#FF0000',  # Red 1
+    '#FFFF00',  # Yellow 2
+    '#008000',  # Dark Green 3
+    '#0000FF',   # Blue 4
+    '#FFA500',  # Orange 5
+    '#8A2BE2',  # BlueViolet 6
+    '#808000',  # Olive 7
+    '#00FFFF',  # Cyan 8
+    '#FF00FF',  # Magenta 9
+    '#00FF00',  # Green 10
+    '#000080',  # Navy Blue 11
+    '#F08080',  # Light Coral 12
+    '#800080',  # Purple 13
+    '#F0E68C',  # Khaki 14
+    '#8FBC8F',  # Dark Sea Green 15
+    '#2F4F4F',  # Dark Slate Grey 16
+    '#008080',  # Teal 17
+    '#9932CC',  # Dark Orchid 18
+    '#FF7F50',  # Coral 19
+    '#FFD700',  # Gold 20
+    '#008B8B',  # Cyan 4 21
+    '#800000',  # Maroon 22
+    '#5F9EA0',  # Cadet Blue 23
+    '#FFC0CB',  # Pink 24
+    '#545454',  # Grey 25
+    '#7FFFD4',  # Aquamarine 26
+    '#ADD8E6',  # Light Blue 27
+    '#DB7093',  # Medium Violet Red 28
+    '#CD853F',  # Tan 3 29
+    '#4169E1',  # Royal Blue 30
+    '#708090',  # Slate Grey 31
+    '#4682B4',  # Steel Blue 32
+    '#D8BFD8',  # Thistle 33
+    '#F5DEB3',  # Wheat 34
+    '#9ACD32',  # Yellow Green 35
+    '#BDB76B',  # Dark Khaki 36
+    '#8B008B',  # Magenta 4 37
+    '#556B2F',  # Dark Olive Green 38
+    '#00CED1',  # Dark Turquoise 39
+    '#FF1493'   # Deep Pink
+]