ES version is available. Content is displayed in original English for accuracy.
Hi HN, in my last vacation, I built desktopcolors.com as a place to collect iconic solid background colors. Let me know what you think.
ES version is available. Content is displayed in original English for accuracy.
Discussion Sentiment
Analyzed from 601 words in the discussion.
Trending Topics
Discussion (29 Comments)Read Original on HackerNews
https://twitter.com/bakertechsrvcs/status/162629846037367193...
https://xcancel.com/bakertechsrvcs/status/162629846037367193...
Another nerdy detail: the default background color on Windows XP was different depending on whether the theme was Luna or Classic. On Classic it is the same one as Windows 2000, but for Luna it is more blueish. I understand the denial, but it will be the 25st anniversary of the XP release in a few months, so it probably qualifies as classic by now.
It might sound ridiculous but using 9x with the default theme felt a bit depressing. It summons thoughts of being stuck in a building with that awful fluorescent overhead lighting on a day where it’s dark and dreary outside.
2000 on the other hand is about as refreshing as a gray 3D beveled OS theme can look, on par with Mac OS platinum AND maybe slightly edged out by the bright colorful sunny tab titlebars of BeOS.
"Windows 7 boots slower if you set a solid background color" 28.jan.2025 https://news.ycombinator.com/item?id=42856262 117 comments
"Why did Windows 7 log on slower for months if you had a solid color background?" 28.apr.2025 https://news.ycombinator.com/item?id=43827214 296 comments
I ran into this today on something unrelated. A page painted #0b0d14, and macOS screencapture wrote rgb(8,13,16) into the file, because the capture lands in the display's colour space rather than sRGB. Handing that same hex to a video encoder gave a third answer, rgb(9,11,17), this time from the yuv conversion. I had to ask for #0a0f13 to get back the value the page had actually painted.
So any swatch sampled from a screenshot of a running install is drifted by a few levels, silently, and a CRT is a further step away again. One line per entry saying "documented VGA palette" or "sampled from a VM" would make this citable rather than just lovely to scroll, and it would settle the Windows 98 teal question in the sibling comment.