AlloyTools / org.alloytools.alloy

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.
Other
694 stars 123 forks source link

Add colorblind-friendly palette #234

Closed grayswandyr closed 3 months ago

grayswandyr commented 4 months ago

A standard reference is https://personal.sron.nl/~pault/#sec:qualitative I suggest in particular extracts of the palette called "Bright" by Paul Tol, i.e: blue '#4477AA' green '#228833', yellow '#CCBB44', red '#66CCEE', grey '#BBBBBB'.

nmacedo commented 3 months ago

Done! Quick question: for "red" you suggested the color "cyan" from the Bright palette, is that right?

grayswandyr commented 3 months ago

My bad: red is '#EE6677'. The rest is OK.