Closed
Bug 1641421
Opened 5 years ago
Closed 3 years ago
Expose `ui.systemUsesDarkTheme` in the preferences window
Categories
(Firefox :: Settings UI, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 1736218
People
(Reporter: pbone, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Can we please expose ui.systemUsesDarkTheme
on OSs that don't support telling the browser that the OS is using a dark theme, eg Linux? Possibly in the settings for default page colours.
Thank you.
What are the possible options for ui.systemUsesDarkTheme apart from 0 and 1?
Comment 2•5 years ago
|
||
- 0 - light (default)
- 1 - dark
There used to be 2, but it has been removed (bug 1643656).
relevant source for parsing the value is https://searchfox.org/mozilla-central/rev/803b368879fa332e8e2c1840bf1ec164f7ed2c32/dom/base/Document.cpp#16880-16883
mapping from pref to that identifier: https://searchfox.org/mozilla-central/rev/803b368879fa332e8e2c1840bf1ec164f7ed2c32/widget/nsXPLookAndFeel.cpp#95
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•