I\'d prefer the firebug window to have a dark background color and light text (or even just a gray background instead of white would be enough).
Is there way I can do th
There's no option for changing the colors but there are some themes like NASA Night Launch changing the colors. You also have the possibility to change the colors by yourself. To do so you can either open the XPI file and change the styles there or fetch the source from github, change it there and build your own XPI.
To change your XPI:
extensions
folderfirebug@software.joehewitt.com.xpi
with a packer program that is able to open ZIP files (an XPI file is just a renamed ZIP)skin
> classic
panelbase.css
inside the .panelNode
rule)To fetch the source:
skin
> classic
panelbase.css
inside the .panelNode
rule)