You enable dark mode, the system goes satisfyingly black, and then one app opens as a blinding white rectangle at midnight. It feels like the setting is only half working. In truth the setting is working perfectly; it simply cannot force apps that never implemented dark mode to change, and the workarounds have real rajaong tradeoffs.
What Is Likely Causing It
- Dark mode is opt-in for app developers, and an app that has not implemented it will stay light regardless of the system setting.
- Web content displayed inside an app follows the website’s design, not the phone’s.
- An app with its own theme setting may override the system preference entirely.
- A scheduled dark mode may not have activated yet if it follows sunset rather than a fixed time.
- Some apps only follow the system theme after being restarted.
First Steps to Try
- Check the app’s own settings for a theme or appearance option, since many offer one independently of the system.
- Force close the app and reopen it after enabling dark mode.
- Confirm Settings, Display, Dark theme is on rather than merely scheduled.
- Update the app, since dark mode support arrives in updates rather than appearing on its own.
- Check whether a battery saver mode is active, since some vendor implementations force a dark appearance and then release it, which looks like the setting failing.
If the Problem Persists
- Look in Developer options for an override force-dark setting, which forces a dark theme onto apps that lack one.
- Accept that force-dark produces imperfect results, particularly with images, logos, and text contrast.
- Use the app’s web version in a browser with its own dark mode if the app itself is hopeless.
- Reduce screen brightness and enable a warm colour filter at night, which addresses the underlying comfort issue directly.
- Look for a per-app theme option inside the vendor’s own display settings, which some brands provide as a curated list rather than a blanket override.
Safety and Data Warnings
Do not install apps promising system-wide dark mode, as they generally require accessibility access or an overlay permission to draw over other apps, and both are among the most abused permissions on the platform. The force-dark developer option achieves the same result without handing anything to a third party.
Conclusion
Dark mode inconsistency is a developer support gap rather than a settings failure. Check the app’s own theme option first and update it second. The developer options override is the only legitimate force-dark tool, and where it produces ugly results, brightness and a colour filter solve the actual problem of a bright screen at night.