JSON viewer is not dark in Firefox with the default dark theme
Categories
(DevTools :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: petr.laskevic, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0
Steps to reproduce:
Installed Firefox, didn't change any settings except setting theme to dark.
Started a localserver at http://0.0.0.0:8000/ and opened the adress in Firefox
The server sends a JSON response back.
Actual results:
The JSON viewer theme is not dark as the rest of Firefox is.
Expected results:
The JSON viewer background is dark when the theme is dark
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::General' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 2•4 years ago
|
||
We already support dark mode when Dark theme is selected in DevTools, so it should be relatively easy to apply this based on the FF theme instead.
I imagine we should always follow the FF theme and not the devtools one
Reporter | ||
Comment 3•4 years ago
|
||
(In reply to Julian Descottes [:jdescottes] from comment #2)
We already support dark mode when Dark theme is selected in DevTools, so it should be relatively easy to apply this based on the FF theme instead.
I imagine we should always follow the FF theme and not the devtools one
Yes, very nice. Thank you. Can you mark the bug as NEW then?
Updated•4 years ago
|
Comment 4•4 years ago
|
||
This is fixed by the current patch attached to Bug 1670480
Description
•