13

I recently updated to Firefox 49 and I don't like the new color scheme (green and grey) introduced for the DevTools.

Can anybody tell me how to switch to the old DevTools theme (dark , orange , blue)?

Makyen
  • 31,849
  • 12
  • 86
  • 121
Anil Soni
  • 167
  • 1
  • 9

1 Answers1

34

You can select a theme for the Firefox DevTools through the settings page. You get to the settings page by clicking on the gear-like icon near the top left (fourth icon in from the left) of the DevTools. It looks like:

Select DevTools Theme

If those are not sufficient, you will need to look for an add-on which will provide the theme you desire, write one yourself, or make changes to your userChrome.css file (answer with code changing the position of the DevTools inspector breadcrumbs) with the CSS you desire. For the appropriate CSS classes, you could look in chrome://devtools/skin/dark-theme.css, or one of the other CSS files with DevTools themes.

Community
  • 1
  • 1
Makyen
  • 31,849
  • 12
  • 86
  • 121