|
|
|
|
|
by liontwist
584 days ago
|
|
You can change background and button colors too. Other point is noted. But let’s compare the alternative: 1. Fiddle with a config file for each app for a week. Distro includes this in dark mode set.
2. Each app writes custom code to listen for and adapt to dark mode events. |
|
macOS introduced system-wide dark mode a few years ago, but app developers had to recompile and opt into it. This was done so that they could adjust their artwork and overridden colors to it. Windows 10 added dark mode, but only for "modern"/UWP apps. Classic Win32 apps need to implement their own dark mode with custom themes/controls (like Explorer does).