Add a prefers-contrast override pref
Categories
(Core :: Widget, enhancement)
Tracking
()
People
(Reporter: aminomancer, Unassigned)
Details
We have some useful prefs ui.prefersReducedMotion and ui.systemUsesDarkTheme that make debugging for these features easier, but there isn't a global pref to force HCM. On Windows, enabling HCM is especially cumbersome, so it would be helpful to have a pref that overrides prefers-contrast in both chrome and content. Then it could also be used in tests.
Comment 1•3 years ago
|
||
ui.useAccessibilityTheme?
| Reporter | ||
Comment 2•3 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #1)
ui.useAccessibilityTheme?
Hmm, it makes the chrome look different from my Windows 10 HCM (baby blue toolbar for example), but maybe that's just bc the system colors aren't actually changing. I initially thought it was only applying to content but it seems to work, just with a few color differences. So I guess this should basically work for my purposes, thanks!
Description
•