Port bug 1519548: Introduce browser.in-content.dark-mode preference on about:preferences
Categories
(Thunderbird :: Theme, task)
Tracking
(Not tracked)
People
(Reporter: Paenglab, Assigned: Paenglab)
References
Details
Attachments
(1 file)
|
5.61 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
Firefox is on implementing the dark theme on about:preferences and later on about:addons. Maybe we can follow this.
But first we'd need to port bug 1347204.
| Assignee | ||
Comment 1•7 years ago
|
||
Porting bug 1347204 looks not too hard, except the https://hg.mozilla.org/mozilla-central/rev/57eb4ec50bfb#l2.1 part.
Geoff, would you have a solution how we could implement this part in TB?
Comment 2•7 years ago
|
||
Note that it still depends on the reviewers whether bug 1519548 will ship or not. You shouldn't spend too much effort until it actually lands :)
(In reply to Richard Marti (:Paenglab) from comment #1)
Porting bug 1347204 looks not too hard, except the https://hg.mozilla.org/mozilla-central/rev/57eb4ec50bfb#l2.1 part.
Geoff, would you have a solution how we could implement this part in TB?
Note that this code heavily changed in bug 1483664 and bug 1474163.
| Assignee | ||
Comment 4•7 years ago
|
||
Port of https://hg.mozilla.org/mozilla-central/rev/119fa544fa30 plus this patch makes the categories readable in dark mode and ports some styles from bug 1544025.
For testing with a light platform theme you can set "browser.in-content.dark-mode" to "true" and create "ui.systemUsesDarkTheme" with the value "1". A restart of TB is needed.
We need the pref "browser.in-content.dark-mode" with the "browser" in it because CSS code in toolkit checks for this and wouldn't work with a different name.
| Assignee | ||
Comment 5•7 years ago
|
||
Until bug 1544025 lands, the dialogs aren't completely dark.
Comment 6•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Comment 7•7 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/e9de114375d8
Port bug 1519548: Introduce browser.in-content.dark-mode preference on about:preferences. r=mkmelin
Updated•7 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Description
•