How to fix dark mode not working properly on macOS Catalina
How to fix the problem of fixing an unworking darkmode?!
It took me a while to realise that it wasn’t working properly. It took me even longer to figure out what I could do about it. Everyone’s simply wandering around the internet thinking that everything’s fine. IT’S NOT!
If I asked any friends, they’d be like “nah everything’s fine”, that didn’t help me much.
Anyway. Open Terminal (Terminal.app
) and run this;
defaults write -g NSRequiresAquaSystemAppearance -bool No
This was the command that we used in Mojave to toggle dark mode on/off for individual apps.
You’ll have to log off and log back in for it to work as well.
If it doesn’t work, then I don’t have a damn clue - sorry.