Safari Developer Tools on macOS Mojave support a dark mode. Make it publicly available as a part of the WebKit repository. <rdar://problem/41027067>
Created attachment 342687 [details] Patch
Created attachment 342688 [details] Patch Add the license header.
Comment on attachment 342688 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=342688&action=review > Source/WebInspectorUI/UserInterface/Main.html:240 > + <link rel="stylesheet" href="Views/DarkMode.css"> It would be good to merge the rules into the other files for ease of maintenance in a future patch. > Source/WebInspectorUI/UserInterface/Main.html:-243 > - <link rel="stylesheet" href="WebKitAdditions/WebInspectorUI/WebInspectorUIAdditions.css"> Might as well keep this line, in case we need it in the future.
Created attachment 342690 [details] Patch (In reply to Timothy Hatcher from comment #3) > Comment on attachment 342688 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=342688&action=review > > > Source/WebInspectorUI/UserInterface/Main.html:240 > > + <link rel="stylesheet" href="Views/DarkMode.css"> > > It would be good to merge the rules into the other files for ease of > maintenance in a future patch. Yes, that's the plan!
Comment on attachment 342690 [details] Patch Clearing flags on attachment: 342690 Committed r232811: <https://trac.webkit.org/changeset/232811>
All reviewed patches have been landed. Closing bug.