Dracula is a bit neon for my taste but I really do appreciate how the creator took the time to make a theme for damn near everything. The consistency makes for a great selling point.
Interesting what others find appealing. This reminds me of some Halloween themed flash game's menu that I played on cartoonnetwork.com back in 2000s [1][2]. But everyone is free to choose what they like, I'm not one to judge someone else's color scheme.
At some point, the original author decided Monokai was a good name for both the website and the colorscheme: https://monokai.pro/
A different author ported the theme to Vim, and named this version Molokai to avoid confusion with the original author: https://github.com/tomasr/molokai
Cantonese, and some other nearby languages. Likely others, but Cantonese is the big one.
The loss of the distinction in Cantonese is fairly recent; Chinese terms borrowed from English via Cantonese all obey the distinction, using characters that indicate the correct consonant when read in other varieties of Chinese, and you can find old English-Cantonese dictionaries that talk about how certain Cantonese accents don't make the distinction (implying that "correct" Cantonese of the time still does, which is not the case today).
Stamford is also the name of a place, but that doesn't mean you're not causing problems when you call your school "Stamford University". (I'm aware that the name is much older, but it's been displaced.)
And in this case, Molokai isn't the name of a place, it's been chosen solely for its phonetic similarity to "Monokai".
If I found a new Harverd University, I may be able to justify that, but I certainly can't do so on the stated grounds of "in order to avoid confusion".
> Dracula is one of the most popular IDE and text editor color schemes
For sure. I've definitely seen Dracula for many years on reddit/hn. Haven't seen anyone use it personally, but that's a small sample size. It's not a bad theme by any means, it's well designed based on the choice of colors and style they're going for. Not one I'd use, but I can why others may.
Gotta respect their whole ecosystem thing they've got. They offer it for a lot of different things, editors/browsers/terminals/probably OS themes too. Don't see that with other themes.
> I've definitely seen Dracula for many years on reddit/hn.
I wonder if that's just because they have great branding and have a scheme available for almost everything imaginable.
I, for one, really dislike the colour scheme itself, leaving me wondering why it's so popular. Now I'm just wondering if I'm growing old, or if it really is just different strokes for different folks.
Yup, I thought of that one too (actually of the original Darcula, which is built-in and I think the default theme if you use dark mode). Clever wordplay between "dark" and "Dracula", but some probably misread it. Anyway, that theme is actually completely different than Dracula and more to my taste...
I look at it as a lightly goofy take on the "dark" color scheme idea. I'm a Monokai person myself but I always have a sensible chuckle when I see people built stuff with Dracula.
noticed the same.. must be easyish perhaps to fix in an a:link somewhere in the stylus options for it? Just installed stylus and this myself so not totally sure what/where to change the color within the theme code..
+1 for Dark Reader. I use it to change the font on every website, darkmode _everything_, and even paid for the ios version. Fantastic plugin. Using it on brave, safari, firefox, chrome.
It makes me sad that the Wombat theme is never in the conversation for these things. I always really liked the way that one looked ever since I saw it in Emacs, but it appears that I'm in a vast minority, since a lot of people seem to prefer Dracula and Solarized.
Funny coincidence. I found Dracula for VSStudio two days ago. So far it is the only dark theme that provides overall readable texts combined with red-shift for me.
Single-line comments could be a bit brighter, though.
All these tweaks seem to lose their appeal to me pretty quickly and then I go back to the stock settings which just “feel right” somehow. Maybe it’s just habit. I also feel similarly about the 100 or more “HN but with a way slicker interface optimized for mobile,” which always seem way worse to me (not to mention they are always missing lots of features).
Speaking of theming Hacker News, not long ago I noticed that the Y icon in the topbar had been switched to match your custom topbar color. But it's now switched back to an invariant orange.
Dang said it was due to a single user sending lots of emails about the orange icon looking bad on the christmas theme HN uses for the top bar (orange on red).
> Pretty sure dark mode is much easier on the eyes at night at least.
This is very subjective. I personally find it much more difficult to focus on dark screens and they tire my eyes more. I'd rather turn the brightness down on a light theme than need to have it cranked up to full on a dark theme.
Then tell your web browser or OS to render it dark.
Seriously, why should web sites have to care about this? Your OS and browser know better what you display how and can match web page display to browser chrome and system UI.
I have set my OS to dark mode on windows and android.
It doesn't work without extensions like DarkReader etc if you don't provide the theme/CSS as the website. I uninstalled DarkReader because it just guesses how to map things over and some websites became unreadable or in subtle ways things don't display properly.
Maybe I will use whatever is suggested here but you really shouldn't have to for a site as big as HN.
No site should have to cater to dark users, is my point. That doesn‘t help you today, but complaints should be directed at browsers and OSes, not web site owners.
(I realize that HN does have color CSS rules, but this complaint comes up all the time even with web sites that don‘t specify colors)
As a developer, OS or Browser deciding the colors of my website would be a nightmare. The web is diverse, everyone doing their own weird colours in whatever weird way they can think of.
But we do get the "prefers-color-scheme"[0] and "color-scheme"[1] CSS media features, they make it easy for everyone, the visitor can just change the OS/Browser theme and the browser tells the website about what color the visitor prefers. It's up to the developer to ignore/accept their preference.
This is an accessibility thing, many hates dark theme, and some cannot look at a bright screen for long, all sites should provide either a way to change the theme or use these CSS features.
> and the browser tells the website about what color the visitor prefers
1. dumping work on the web author.
2. no, it doesn‘t tell what color. It simply says dark or light. Who knows which color fits into the rest of the system? The web author certainly cannot know that.
For 1 - Yes, it is dumping the work on the web author -- And the web author must be the person who decides the styles. It is impossible for the browser to do it because of the diverse styling on the internet, even the existing extensions that try to apply colorschemes break for me all the time.
This situation is created by the web developers, doing whatever they can and however they can because even the existing standards are not really enforced, they don't even care about schematics and just use a framework that generates nested `<div>`. The texts are not readable due to the contrast difference, random styles being injected dynamically via JavaScript, etc.
For 2 - I would say that something is better than nothing. Why not provide a slightly better experience for the minority than providing nothing at all? I don't see the argument here, internet stranger.
If the theme preference needs to align with the entire system theme, feel free to make a proposal in W3C, with enough traction we can make it happen.
For my web sites I don‘t decide on color styles. It‘s all system style. If your system doesn‘t handle that to your liking, talk to your system implementer, not me. I won‘t do anything for you.
> For my web sites I don‘t decide on color styles. It‘s all system style.
This is false, I had a look, if you are talking about the sites you linked in your Keybase profile, I found that you are using prefers-color-scheme to decide what colors the visitor should see if they have dark mode. This is exactly I'm asking others to implement.
> Pretty sure dark mode is much easier on the eyes at night at least.
Only while you have a good/perfect eyesight.
It's counterintuitive but black-on-white has less perceived contrast ratio than whatever-on-black. And while you can tone down brightness and contrast of the display device for the 'day' theme, if you do that for the dark theme it just makes the text dull and harder to read.