Closed
Description
Is your feature request related to a problem? Please describe.
Custom Containers have relatively low contrast compared to regular text. This makes the contrast of text very inconsistent across the page, which makes text less pleasant to read. Of course, the lower contrast text itself is also quite hard to read (especially on low-end displays, and displays with filters, such as a blue light filter).
Describe the solution you'd like
As noted in #1824 and #1989, the cause of the problem is that both light and dark mode use the same colors for Custom containers. So the picked color is likely not ideal for both.
Please use different colors for light and dark mode, and choose default colors with higher contrast.
Describe alternatives you've considered
No response
Additional context
I first came across is here: eslint-community/eslint-utils#84
Validations
- Follow our Code of Conduct
- Read the docs.
- Read the Contributing Guidelines.
- Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.