Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Customize Firefox Developer dev tools color theme

  • 7 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 Gruber

more options

Just as title says, I'd like to know if it's possible to change the color theme of Firefox Developer dev tools. Light and dark theme are nice, but I'd like to use a code color theme like Monokai or something similar, how can I do that?

Just as title says, I'd like to know if it's possible to change the color theme of Firefox Developer dev tools. Light and dark theme are nice, but I'd like to use a code color theme like Monokai or something similar, how can I do that?

所有回覆 (7)

more options

Take a look at this;

NoSquint {web link} NoSquint allows you to adjust the text-only and full-page (both text and images) zoom levels as well as color settings both globally (for all sites) and per site.

more options

Thank you for your input, but unfortunately this extension affects the web page, I'm talking about the dev tools window from Firefox Developer (check the pic).

more options

If anyone interested I posted this question also on Stackoverflow

由 Gruber 於 修改

more options

You can look at this CSS file to see how the styling is done.

more options

This looks nice! Noob question tho: how can I access and modify this file? Where is it stored on my machine (win 7)?

more options

You can't modify such a built-in CSS file because such files are stored in one of the omni.ja archives.

  • resource:///chrome/browser/skin/classic/browser/
  • resource:///chrome/browser/skin/classic/browser/devedition.css

You would have to write your own style rules and apply them via userChrome.css or Stylish. Use the !important flag to override existing style rules.

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

more options

Great! Thank's a lot for your time, if you wish you can answer the same thing on Stackoveerflow. I'll dig in this and if everything works fine I will share the monokai theme surely ;)