Use SPC colors
This commit is contained in:
parent
4f26493ff1
commit
d15ed8668f
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ class SPCOutlookMap(EquirectMap):
|
|||
}
|
||||
|
||||
__probability_colors__ = {
|
||||
0.02: (200/255.0, 192/255.0, 150/255.0),
|
||||
0.02: (128/255.0, 197/255.0, 128/255.0),
|
||||
0.05: (139/255.0, 71/255.0, 38/255.0),
|
||||
0.10: (255/255.0, 200/255.0, 0/255.0),
|
||||
0.15: (255/255.0, 145/255.0, 0/255.0),
|
||||
|
|
Loading…
Add table
Reference in a new issue