



Light text on black background was much nicer for my poor cataracted eyes. Now I have a new lens implanted I like black on white again, so this style probably won't be updated anymore.
Thanks to KuRmA for the stars and the improvement! I have incorporated it in the style.
Now uses system colors for input boxes & buttons, too.
Nice. If you like it, you may give a try to the myfavolours - global custom color scheme
This is cool, did exist a chance, to make it that this script only change the background color if I go only to a site that is a white background?
Whoa, I've been avoiding light text on a dark background because I assumed it would be harder on my eyes -- but it's completely the opposite, I can see a LOT better with this, thank you! (Even better with the various color tweaks in the comments!)
How do I exclude a specific site or sites? I really like the way it looks, I just want to exclude a couple of sites! Good job!
been looking for something like this for a long time
all the other ones i found didnt work to well or the colors where to brighti changed it to this setup with orangeshift installed
* { color: darkorange !important; background: none !important; background-color: black !important }
a:link { color: grey !important }
a:visited { color: DarkGreen !important }
a:hover { color: DarkGoldenrod !important }
a:active { color: Darkorange !important }
Had a moment of nostalgia, the monochrome days, and stumbled upon your style. Works great for most of my regular sites and my eyes really give me much less trouble. I changed the colors to Darkorange and DarkGoldenrod to suit the OrangeShift theme, now I fell like sitting in front of my old IBM-AT. Which is nice as far as I'm concerned. Some folks commented that's giving them kinda eye-cancer though, but what do they know? ;) Just felt like letting you know. Thanks.
great script indeed !
i changed the color from white to cyan in this line,
* { color: cyan !important; background: none !important; background-color: black !important }
less agressive, less eyestrain and more ergonomic. It looks like like a charm.
http://en.wikipedia.org/wiki/Light-on-dark_color_scheme
My sensitive eyes needed this style badly - therefore I am giving it 5 stars. For those who don't want the style applied to all the fields in the browser - those who have light themes like me - surround the code with this:
/*namespace here*/
@-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://) {/*everything else here*/
}
Thanks to np for the advice.