Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I change the firebug console background color?

Tags:

firebug

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 this, either through adjusting firebug's original files or perhaps through using an extension?

like image 728
Kim Avatar asked Jan 23 '12 14:01

Kim


People also ask

How do I change my console background color?

To change the background color of the console window as a whole, set the BackgroundColor property and call the Clear method.

How do I change the background color of my console in C++?

Colorizing text and console background in C++ In C++ programming, the default background of the output screen is black and the text color is the white color, the task is to color both the background and text color in the output screen. console_color = GetStdHandle(STD_OUTPUT_HANDLE);


1 Answers

Here is a nice dark theme for firebug (only work on firefox)

http://userstyles.org/styles/85647/firebug-nightliontheme

like image 94
hidroquino Avatar answered Oct 24 '22 20:10

hidroquino