amelioro / ameliorate

A tool for analyzing debatable problems effectively, collaboratively, and with an open mind.
https://ameliorate.app
MIT License
26 stars 10 forks source link

Create a more cohesive color theme for node types #526

Closed keyserj closed 1 month ago

keyserj commented 1 month ago

Describe your issue

Many of the colors for node types (all can be seen at https://ameliorate.app/examples/ontology) are too dark to easily read the node type's text (or the node's text, if using the fill nodes with color options). They also vary in levels of saturation.

Solution you'd like

Using the new oklch color notation, it should be much easier to pick new colors for each node type such that:

Alternatives you've considered

No response

Additional context

Technical ideas and questions

keyserj commented 1 month ago

Looks like stylelint is intended for actual CSS files, and I had troubles setting it up for a ts file. Could spend more effort but it's not a big deal.