It was only years late.

Bliue background with white text is a lot less irritating than pitch black background. My favorite combination has always been dark blue with yellow text.Rachael wrote: Even so, strangely enough, most text editors and programming IDE's used a blue background.
The bright themes issue is much longer than 30 years though - in fact, it came from the Xerox Alto, which was released around 1972. Nearly 50 years now. A true "boomer" computer.
So now all EBook-readers are "Kindles"? How far have we gone...Enjay wrote:That's the one of the reasons that Kindles use black text on white "paper": it looks like a book.
This part at least does exist, CSS has a media query called prefers-color-scheme which (in theory) gets set to the dark and light values depending on what the OS thinks the color scheme should be. Of course the site designer then has to actually write different CSS rules for each value, but at least it can be done automatically. Whether browsers and more specifically, browsers on specific OS' support this is a bit more flaky. I've found that Chromium on Linux doesn't detect my system's dark theme whereas Firefox does.Enjay wrote:My problem with Dark themes generally is that they have to exist on a site by site, program by program and app by app basis. It would be much nicer if there was some sort of universal handle that apps and sites could hook into to check for a dark preference (maybe there is?).