From 85245d779883cdbc96557b2a9656b57d932e6737 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 26 May 2014 20:56:32 +0200 Subject: Firefox/pentadactyl: preselect dark them for DevTools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/firstrun/10-firefox/pentadactylrc-firstrun | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/firstrun/10-firefox/pentadactylrc-firstrun b/scripts/firstrun/10-firefox/pentadactylrc-firstrun index 818a1ce..0ce71b7 100644 --- a/scripts/firstrun/10-firefox/pentadactylrc-firstrun +++ b/scripts/firstrun/10-firefox/pentadactylrc-firstrun @@ -17,6 +17,7 @@ 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