Mercurial > repos > immport-devteam > flow_overview
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:8283ff163ba6 | 1:b5453d07f740 |
---|---|
1 ###################################################################### | |
2 # Copyright (c) 2016 Northrop Grumman. | |
3 # All rights reserved. | |
4 ###################################################################### | |
5 | |
6 color_palette = [ | |
7 '#000000', # Black 0 | |
8 '#FF0000', # Red 1 | |
9 '#FFFF00', # Yellow 2 | |
10 '#008000', # Dark Green 3 | |
11 '#0000FF', # Blue 4 | |
12 '#FFA500', # Orange 5 | |
13 '#8A2BE2', # BlueViolet 6 | |
14 '#808000', # Olive 7 | |
15 '#00FFFF', # Cyan 8 | |
16 '#FF00FF', # Magenta 9 | |
17 '#00FF00', # Green 10 | |
18 '#000080', # Navy Blue 11 | |
19 '#F08080', # Light Coral 12 | |
20 '#800080', # Purple 13 | |
21 '#F0E68C', # Khaki 14 | |
22 '#8FBC8F', # Dark Sea Green 15 | |
23 '#2F4F4F', # Dark Slate Grey 16 | |
24 '#008080', # Teal 17 | |
25 '#9932CC', # Dark Orchid 18 | |
26 '#FF7F50', # Coral 19 | |
27 '#FFD700', # Gold 20 | |
28 '#008B8B', # Cyan 4 21 | |
29 '#800000', # Maroon 22 | |
30 '#5F9EA0', # Cadet Blue 23 | |
31 '#FFC0CB', # Pink 24 | |
32 '#545454', # Grey 25 | |
33 '#7FFFD4', # Aquamarine 26 | |
34 '#ADD8E6', # Light Blue 27 | |
35 '#DB7093', # Medium Violet Red 28 | |
36 '#CD853F', # Tan 3 29 | |
37 '#4169E1', # Royal Blue 30 | |
38 '#708090', # Slate Grey 31 | |
39 '#4682B4', # Steel Blue 32 | |
40 '#D8BFD8', # Thistle 33 | |
41 '#F5DEB3', # Wheat 34 | |
42 '#9ACD32', # Yellow Green 35 | |
43 '#BDB76B', # Dark Khaki 36 | |
44 '#8B008B', # Magenta 4 37 | |
45 '#556B2F', # Dark Olive Green 38 | |
46 '#00CED1', # Dark Turquoise 39 | |
47 '#FF1493' # Deep Pink | |
48 ] |