TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Wikipedia is rolling out dark mode support

41 pointsby brylie10 months ago

13 comments

wruza10 months ago
I believe at this point dark mode should be treated as an accessibility feature and built right into browsers and css hints. Until that, just use DarkReader extension with suitable settings. It can change brightness, contrast, saturation and plays well with syntax coloring etc. Screws up only a few sites where you can turn it off on per-site basis. No in-site dark mode does that, and dark modes are often even more toxic than bright modes.
评论 #41052294 未加载
评论 #40959389 未加载
_ZeD_10 months ago
I might be at a loss here, but I cannot use dark-themed webpages. They are totally blurred and unreadable for me... My only hope is that light-themed documents will be kept
评论 #40959441 未加载
评论 #40959534 未加载
评论 #40959436 未加载
sva_10 months ago
Seems to cause issues with black SVG pictures for now<p>Like in this: <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Hopf_bifurcation" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Hopf_bifurcation</a>
评论 #40959593 未加载
评论 #40959674 未加载
deutschepost10 months ago
I tried it yesterday and it completely breaks pictures with transparency.<p>You cannot view a page about electronic circuits with dark mode on as they blend in with the background.
评论 #40959794 未加载
mg10 months ago
When I want to use a site in darkmode, I always use this code as a bookmarklet:<p><pre><code> s=document.createElement(&#x27;style&#x27;); s.textContent=` * { color: #2c2 !important; background: #222 !important; font-family: arial !important; } `; document.head.appendChild(s); </code></pre> I use a lot of bookmarklets, so I wrote a tool to convert clean code to bookmarklets and vice versa:<p><a href="https:&#x2F;&#x2F;www.gibney.org&#x2F;bookmarklet_editor" rel="nofollow">https:&#x2F;&#x2F;www.gibney.org&#x2F;bookmarklet_editor</a>
评论 #40959629 未加载
system210 months ago
I&#x27;ve been using Dark Reader for a long time and even donated for their amazing work. It is my favorite Chrome Extension by a large margin.<p><a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;dark-reader&#x2F;eimadpbcbfnmbkopoojfekhnkhdbieeh" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;dark-reader&#x2F;eimadpb...</a>
mg10 months ago
I still think dark mode should be a browser feature. Not a feature of every website.<p>In a broader sense, the whole design of a site could be selectable via the browser. Similar to how CSS Zengarden works:<p><a href="https:&#x2F;&#x2F;www.csszengarden.com" rel="nofollow">https:&#x2F;&#x2F;www.csszengarden.com</a><p>But with layouts that are stored on the user&#x27;s computer and applicable to every website.
评论 #40959409 未加载
评论 #40959420 未加载
评论 #40959541 未加载
评论 #40959658 未加载
Yawrehto10 months ago
So, when will they fix the graphs? It&#x27;s been going on for over a year. Not that I mind dark mode, but it seems like first you fix the current problems, then you get around to adding new ones.
andirk10 months ago
I use dark mode on my IDEs partially to feel cool. I also use max blue-light mod like Mac&#x27;s Night Shift on everything. Helps the eyes. Then again, some things I expect to NOT be dark mode.
dsq10 months ago
The best dark mode in a browser I have so far experienced is in Opera, both mobile and desktop.
fsflover10 months ago
See also:<p>Dark mode is not as good for your eyes as you believe (wired.com)<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40904328">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40904328</a>
评论 #40959611 未加载
saagarjha10 months ago
I get that this is cool and all but I just wish they didn’t have to tell me with a modal every time I open a page :(
kalium-xyz10 months ago
We could have saved a fortune in electricity if dark mode was a default and as a standard rolled out decades ago across everything.<p>One of my old CS teachers would rant about googles evil choice of white background.
评论 #40959438 未加载
评论 #40959446 未加载