23 lines
896 B
JSON
23 lines
896 B
JSON
{
|
|
"habitat_colors": {
|
|
"surface": "#7cb342",
|
|
"underground": "#8d6e63",
|
|
"freshwater": "#29b6f6",
|
|
"shallow_marine": "#0288d1",
|
|
"deep_ocean": "#1a237e"
|
|
},
|
|
"rate_labels": {
|
|
"fast": { "label": "Fast", "color": "#66bb6a" },
|
|
"moderate": { "label": "Moderate", "color": "#ffa726" },
|
|
"slow": { "label": "Slow", "color": "#ef5350" },
|
|
"very_slow": { "label": "Very Slow", "color": "#b71c1c" },
|
|
"none": { "label": "None", "color": "#616161" }
|
|
},
|
|
"resilience_labels": {
|
|
"very_stable": { "label": "Very Stable", "color": "#2e7d32" },
|
|
"stable": { "label": "Stable", "color": "#66bb6a" },
|
|
"moderate": { "label": "Moderate", "color": "#ffa726" },
|
|
"fragile": { "label": "Fragile", "color": "#ef5350" },
|
|
"none": { "label": "None", "color": "#616161" }
|
|
}
|
|
}
|