Is there a good discussion (or PRs that could be used as coding reference docs) of evolving the Color options during addon development?
The typical color challenges include:
- changing from hard-coded colors to Configuration option
- changing from text color definitions to color picker swatches
- using themes and the Colors preferences
- finding and using GTK+ Inspector for CSS exploration
- changing from RGB colors to RGBa semi-transparency for Dark mode Theme support
What else?