Overview for 'dark-mode'
Written by GitHub Engineering
/ Original link
on Jun. 14, 2022
Dark mode is no longer a nice-to-have feature. It’s an expectation. Yet, for many teams, implementing dark mode is still a daunting task. Creating a palette for dark interfaces is not as simple as inverting colors and complexity increases if your team is planning multiple themes. Many people find…
Written by Bram.us
/ Original link
on May. 25, 2022
Mockup of a browser in Dark Mode + a Light Mode override button (🌕) which the website on display takes into account When implementing Dark Mode and ways to toggle it, developers currently need to dup…
Written by Bram.us
/ Original link
on Feb. 10, 2022
Speaking of favicons: In the latest episode of GUI Challenges, Adam details how to create an adaptive favicon that responds to Dark Mode. SVG Favicons were introduced in Chromium 80 (2019) and Firefo…
Written by Bram.us
/ Original link
on Apr. 3, 2021
Lea Verou shows a method to implement dark mode, not by swapping entire colors, but by simply changing their lightness The basic idea is to use custom properties for the lightness of colors instead…
Written by GitHub Engineering
/ Original link
on Jan. 21, 2021
If you haven’t seen it, the GitHub Changelog helps you keep up-to-date with all the latest features and updates to GitHub. We shipped a tonne of changes last year, and it’s impossible to blog about every feature. In fact, we merged over 90,000 pull requests into the GitHub codebase in the past 12…
Written by Bram.us
/ Original link
on Apr. 26, 2020
In The Quest for the Perfect Dark Mode, Joshua W Comeau extensively explains how he has implemented the Dark Mode toggle on his Gatsby-powered website. The flow to decide if Dark Mode should be used…