logoalt Hacker News

Show HN: Desktopcolors.com – A museum for solid background colors of classic OS

148 pointsby vlowrianyesterday at 7:51 AM68 commentsview on HN

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.


Comments

danirodyesterday at 11:35 AM

One nerdy detail about old operating systems and graphics cards: due to the way the VGA color palette works, the teal background used in Windows 98 and earlier versions of Windows was actually lighter than #008080 if the computer was configured to use 16 colors (not 256 colors):

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.

show 4 replies
colinhbyesterday at 3:10 PM

Some overlooked iconic backgrounds/color-schemes for me:

NeXTSTEP: https://en.wikipedia.org/wiki/NeXTSTEP#/media/File:NeXTSTEP_...

Plan9/Rio: https://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs#/media/F...

show 2 replies
flowercalledyesterday at 11:39 AM

I can understand using an llm to build your website. But I can't understand using it to write copy, especially when it's so unnecessary here.

show 2 replies
torhyesterday at 12:18 PM

My favorite was the blue in Windows 2000. Never cared much for the green in Windows 95/98. When installing Windows 98 later (because games) I would try to set up the same blue. Instead of getting it correct, I guessed, and ended up with #336699 which was easy to remember and "close enough". I see now that it's closer to Haiku (almost perfect, #336698) than Windows 2000.

show 3 replies
cdieck88today at 7:43 AM

Wow, cool idea! Where did you get all the information from? Did you pick the color schemes by analyzing all the images you found on the web?

show 1 reply
d3Xt3rtoday at 8:48 AM

You forgot the most iconic backgroud: #000000, MS DOS.

VCFundedGenYeryesterday at 4:11 PM

The descriptions under the colors are very obviously LLM generated and make little sense. No human would make statements like what is written under each entry. Contains many LLM-isms like em-dashes, loaded words, and load-bearing phrases (emphasis intended). Consider removing or rewriting those bits.

show 2 replies
ocdjeremyyesterday at 5:50 PM

It's often said that scent is tightly associated with memory, but simply looking at these colors sends me on multiple trips down memory lane.

I second the post from imfemambocus on color-sampling provenance. It would be useful to know the exact source for each.

kjellsbellstoday at 12:30 AM

love it. Would love to see the grey/orange/blue/dark pink of CDE from the late 90s. But I'd especially love the gray on mottled gray of 1995 vintage Sun OpenWindows!

show 1 reply
summermusicyesterday at 2:17 PM

When I was just getting into Linux and trying out all the random window managers, I found that I really liked the hues of green and purple that Blackbox came with.

show 2 replies
lucideeryesterday at 11:55 AM

Windows 2008 is the teal desktop I remember fondly - they brought it back after going blue in Windows 2003. I'm presuming it was the same #008080 shade as '95 & '98.

consumer451yesterday at 3:29 PM

This isn't a "desktop," but C64's dark blue background appears to be #403285. That was the color of my very early childhood.

_joelyesterday at 12:02 PM

It's strange how seeing the default NT4 and 2k colours take me straight back to a fresh install 25+ years ago. First job was doing desktop rollouts so I'd see it a lot!

stronglikedanyesterday at 6:32 PM

BleskOS's color seems... offensive. Perhaps they don't want people living on their desktop.

tuzemecyesterday at 12:21 PM

For the past 20+ years I'm using the same desktop color across various OSes: #000000 This is one of the first things that I modify on a fresh install.

show 1 reply
cryo32yesterday at 1:08 PM

This is great. I've been meaning to work out what windows NT background colour is for years. My desktop now is solid that :)

timbit42yesterday at 9:20 PM

Where are the 8-bit systems? Not all of them were black.

scrumperyesterday at 1:57 PM

Huh, I do not remember Windows 1.0 being that shade of green but screenshots confirm what's here.

show 3 replies
h2aichatyesterday at 8:06 PM

I feel old when I realize that I have used most of them!

drybjedyesterday at 1:31 PM

First I looked for was Atari 1040 STE TOS green background, and it's not there. Bummer.

RattlesnakeJakeyesterday at 7:06 PM

I can't even describe how many spots this hit for me.

show 1 reply
voodooEntityyesterday at 1:47 PM

No os² feel like this list should have gotten more entries and love before publishing

wewewedxfgdfyesterday at 11:16 AM

I still love the Amiga colors.

show 1 reply
vivid242yesterday at 11:18 AM

I sometimes catch myself recreating the Win95 color on my Mac. Thanks for this!

zebprojyesterday at 11:53 AM

There's no "Hot Dog Stand", so the collection is incomplete.

show 1 reply
johngyesterday at 9:31 PM

Solaris 9 and Haiku OS are the tops.

newsomix9xlyesterday at 11:49 AM

Where's plan9?

show 1 reply
rcarmoyesterday at 11:53 AM

Delightful, even if I don’t recall Solaris

dmitrygrtoday at 1:59 AM

45 110 145

My desktop color since win2k until today

iAMkenoughyesterday at 11:58 AM

OS X Aqua Blue!

nobrainsyesterday at 5:42 PM

DOS #000000

queenkjuulyesterday at 6:55 PM

I like the colors but I'm personally getting very sick of every single website using That One Font Claude Likes for everything.

I think the mono is IBM Plex? Idk what the other one is, but I'll be looking it up so as to be certain i never use it in my projects lol

imfemambocusyesterday at 12:19 PM

The one thing I would add to each swatch is where the number came from. A value read out of a palette table and a value sampled from a screenshot are not the same number, and the difference is invisible.

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.

show 1 reply