Use SPC colors

This commit is contained in:
XANTRONIX 2025-04-01 14:46:54 -04:00
parent 4f26493ff1
commit d15ed8668f

View file

@ -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),