Closed
Description
Currently, the iconography showing the status of a rule (stable, unstable) is a little challenging to read when dark mode. In particular the ✔️ emoji does not have very good contrast, and they greyed-out 🛠️ emoji is a little unclear imo.
A simple fix is:
- Swap the ✔️ for a ✅, or don't show anything at all (stable is assumed by most to be the default)
- Instead of showing a greyed-out 🛠️, don't show anything at all
I'm currently waiting for rustc
to build ruff
so I can try my hand at fixing this (update: my laptop is not happy with me, rust-analyzer
generated 17 GB of temporary files while trying to compile it 💀)