From 2982ceab2c048c3b3ddfdb60348e4996eec3e021 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 26 May 2014 22:04:15 +0200 Subject: Revert "Firefox/pentadactyl: preselect dark theme for DevTools" Actually that wasn't the expected outcome, which was: restore dark or system-wide (also dark) theme for the toolbar of DevTools (incl. error console). Originally, this was the case but then, there has been some change ruining the light theme, most likely this: https://bug957117.bugzilla.mozilla.org/attachment.cgi?id=8368131 Proper solution will likely be to edit user's userChrome.css overriding some of the values (especially search for #ebeced). This reverts commit 85245d779883cdbc96557b2a9656b57d932e6737. --- scripts/firstrun/10-firefox/pentadactylrc-firstrun | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/firstrun/10-firefox/pentadactylrc-firstrun b/scripts/firstrun/10-firefox/pentadactylrc-firstrun index 0ce71b7..818a1ce 100644 --- a/scripts/firstrun/10-firefox/pentadactylrc-firstrun +++ b/scripts/firstrun/10-firefox/pentadactylrc-firstrun @@ -17,7 +17,6 @@ set! browser.display.background_color=#FDF6E3 set! browser.display.foreground_color=#586E75 set! browser.anchor_color=#268BD2 set! browser.visited_color=#6C71C4 -set! devtools.theme=dark " focus colors set! browser.display.use_focus_colors=true -- cgit