Dark mode
A developer details implementing a dark mode toggle using CSS, media queries, localStorage, and tools like Claude Code and ImageMagick.
A developer details implementing a dark mode toggle using CSS, media queries, localStorage, and tools like Claude Code and ImageMagick.
Explains the differences between the CSS light-dark() function and prefers-color-scheme media queries, highlighting key implementation requirements.
A guide to quickly switch between light and dark themes on Windows using hotkeys and tools like Auto Dark Mode and Monitorian.
The article argues that choosing between dark and light mode should be based on ambient lighting and usability, not just personal aesthetic preference.
A practical example of using the CSS :has() selector to fix a dark mode styling issue on a personal website.
A developer details the technical process of redesigning their personal blog, focusing on CSS improvements, dark mode, and a new color scheme.
Explains how to use new CSS style queries to simplify dark mode implementation, eliminating duplicate code for user preference and theme toggles.
A technical guide on preventing Flash of inAccurate coloR Themes (FARTs) when implementing auto dark mode using client hints, Tailwind CSS, and server-side logic.
Announcing darkman v1.0.0, a Linux session service that automatically switches your desktop between light and dark modes based on sunrise and sunset.
A collection of 10 modern UIKit tips for iOS developers, covering dark mode support, trait collection changes, and UIButton context menus.
Explores how the CSS prefers-color-scheme media query prioritizes app-level theme settings over OS-level preferences, with practical testing examples.
A developer builds a Chrome extension using TensorFlow.js to toggle dark/light mode on Netlify by clapping hands.
A CSS tutorial on implementing dark mode quickly by inverting lightness variables, with a fallback approach for existing color schemes.
A technical guide on creating a TypeScript-wrapped React useState hook for implementing a dark mode feature in applications.
A technical guide to implementing a perfect, flicker-free Dark Mode for React applications using Gatsby or Next.js.
A developer's guide to implementing a user-toggleable dark mode on a website using CSS custom properties and JavaScript.
A tutorial on implementing dark mode for websites using CSS custom properties and the prefers-color-scheme media query.
A technical guide on implementing automatic dark mode for a website using CSS variables and the prefers-color-scheme media query.
A technical guide on implementing a dark mode theme for a website using CSS custom properties and the prefers-color-scheme media query.