sul-dlss-labs / spoc

Species Occurrences (SpOc), documentation available at https://sul-dlss-labs.github.io/spoc/
2 stars 0 forks source link

Revised colors for entities #80

Closed cncoleman closed 3 years ago

cncoleman commented 3 years ago

CURRENT: options = {"colors": {"LOCATION": "green", "SPECIES": "pink", "HABITAT": "yellow"}}

to RGB options = {"colors": {"LOCATION": "rgb(146,194,225)", "SPECIES": "rgb(248,162,89)", "HABITAT": "rgb(192,181,139)"}}

or named options = {"colors": {"LOCATION": "lightsteelblue", "SPECIES": "orange", "HABITAT": "olive"}}

or HEX options = {"colors": {"LOCATION": "#92c1e1", "SPECIES": "#f8a359", "HABITAT": "#c0b58b"}}

cncoleman commented 3 years ago

@jermnelson I would like to pair with you to add these colors -- and to learn how the project code is organized.

jermnelson commented 3 years ago

Closed by #83