Trading symbol dashboard I'm making a trading symbol dashboard the main purpose of which is to show the status of each symbol i.e. is market data available or not and I cannot decide on the color scheme. Basically [this fiddle](https://jsfiddle.net/5e1tL08y/) but on a much larger scale (up to a few thousand indicators). [Dashboard](https://preview.redd.it/kuxoa7jr51yg1.png?width=679&format=png&auto=webp&s=d4a119870a83c7daf2f4bd1ecaf34a51028150ef) The way I see it is that the color should convey information as reliably as possible, without distractions, so that is why I made the entire background use the "state color", instead of some smaller part, but the name of the symbol itself should also stand out, the symbol names will not always be 6 letter forex symbols, some may be much longer (20-40 characters) and they will definitely wrap. The background will be RGB255-RGB200).…