July 14th, 2024

Wikipedia is rolling out dark mode support

The MediaWiki project is enhancing accessibility by adjusting typography, introducing night mode preferences, and engaging with communities for feedback. Changes aim to improve readability and customization options for all users.

Read original articleLink Icon
Wikipedia is rolling out dark mode support

The MediaWiki project is focusing on improving accessibility for reading by making typographical changes and introducing preferences for night mode. The goal is to enhance readability for all users, including those with specific needs, by increasing the default font size and providing additional settings for typography and night mode preferences. These changes will be available for both logged-in and logged-out users. The decision to modify default typography is based on research findings and accessibility recommendations, aiming to align with WCAG recommendations for font size. Additionally, dark mode will soon be available for logged-in users on all Wikipedias, with a phased deployment plan based on wiki tiers. The project aims to provide a more comfortable reading experience for users, improve readability on both desktop and mobile sites, and allow for customization of typography preferences. The team plans to engage with communities for feedback and testing before implementing changes across all wikis.

Link Icon 13 comments
By @wruza - 3 months
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.
By @_ZeD_ - 3 months
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
By @sva_ - 3 months
Seems to cause issues with black SVG pictures for now

Like in this: https://en.m.wikipedia.org/wiki/Hopf_bifurcation

By @deutschepost - 3 months
I tried it yesterday and it completely breaks pictures with transparency.

You cannot view a page about electronic circuits with dark mode on as they blend in with the background.

By @mg - 3 months
When I want to use a site in darkmode, I always use this code as a bookmarklet:

    s=document.createElement('style');
    s.textContent=`
        * {
            color: #2c2 !important;
            background: #222 !important;
            font-family: arial !important;
        }
    `;
    document.head.appendChild(s);
I use a lot of bookmarklets, so I wrote a tool to convert clean code to bookmarklets and vice versa:

https://www.gibney.org/bookmarklet_editor

By @system2 - 3 months
I'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.

https://chromewebstore.google.com/detail/dark-reader/eimadpb...

By @mg - 3 months
I still think dark mode should be a browser feature. Not a feature of every website.

In a broader sense, the whole design of a site could be selectable via the browser. Similar to how CSS Zengarden works:

https://www.csszengarden.com

But with layouts that are stored on the user's computer and applicable to every website.

By @Yawrehto - 3 months
So, when will they fix the graphs? It'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.
By @andirk - 3 months
I use dark mode on my IDEs partially to feel cool. I also use max blue-light mod like Mac's Night Shift on everything. Helps the eyes. Then again, some things I expect to NOT be dark mode.
By @dsq - 3 months
The best dark mode in a browser I have so far experienced is in Opera, both mobile and desktop.
By @fsflover - 3 months
See also:

Dark mode is not as good for your eyes as you believe (wired.com)

https://news.ycombinator.com/item?id=40904328

By @saagarjha - 3 months
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 :(
By @kalium-xyz - 3 months
We could have saved a fortune in electricity if dark mode was a default and as a standard rolled out decades ago across everything.

One of my old CS teachers would rant about googles evil choice of white background.